Future<String> getUserAttributes(List<String> attributes) async { return await UserProfile.getUserAttributes(attributes); }