factory Entity.fromJson(Map<String, dynamic> json) { return Entity( type: json['Type'] as String, identifier: json['Identifier'] as String?, ); }