factory RenewDomainResponse.fromJson(Map<String, dynamic> json) { return RenewDomainResponse( operationId: json['OperationId'] as String, ); }