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