factory CreateHITTypeResponse.fromJson(Map<String, dynamic> json) { return CreateHITTypeResponse( hITTypeId: json['HITTypeId'] as String?, ); }