factory CreateAddressResult.fromJson(Map<String, dynamic> json) { return CreateAddressResult( addressId: json['AddressId'] as String?, ); }