factory VerifyTrustResult.fromJson(Map<String, dynamic> json) { return VerifyTrustResult( trustId: json['TrustId'] as String?, ); }