factory Delegate.fromJson(Map<String, dynamic> json) { return Delegate( id: json['Id'] as String, type: (json['Type'] as String).toMemberType(), ); }