factory GroupMetadata.fromJson(Map<String, dynamic> json) { return GroupMetadata( id: json['Id'] as String?, name: json['Name'] as String?, ); }