factory OtherName.fromJson(Map<String, dynamic> json) { return OtherName( typeId: json['TypeId'] as String, value: json['Value'] as String, ); }