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