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