List<UserRole> deserializeUserRoleList(List<dynamic> data) { return data.map((e) => UserRole.fromJson(e)).toList(); }