POST api/Tracker

Request Information

URI Parameters

None.

Body Parameters

Tracker
NameDescriptionTypeAdditional information
Id

integer

None.

TrackerNumber

string

None.

CompanyName

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

InspectionTypeId

integer

None.

RoleId

integer

None.

RegulationQuestionName

string

None.

UserCompanyName

string

None.

MachineAssetNumber

string

None.

MachineMachineType

string

None.

MachineLocation

string

None.

MachineSite

string

None.

MachineLine

string

None.

IsConsultant

boolean

None.

IsParentConsultant

boolean

None.

LoginUserCreatedBy

integer

None.

TrackerInitialHazard

TrackerInitialHazard

None.

TrackerInitialHazardImages

Collection of TrackerInitialHazardImage

None.

TrackerControlMeasure

TrackerControlMeasure

None.

TrackerControlMeasureImages

Collection of TrackerControlMeasureImage

None.

Sites

Collection of Machine

None.

Locations

Collection of Machine

None.

Lines

Collection of Machine

None.

UserIds

Collection of integer

None.

UserCompanyNames

Collection of string

None.

IsRefresh

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TrackerNumber": "sample string 2",
  "CompanyName": "sample string 3",
  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
  "CreatedBy": 5,
  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
  "LastModifiedBy": 7,
  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
  "DeletedBy": 1,
  "InspectionTypeId": 8,
  "RoleId": 9,
  "RegulationQuestionName": "sample string 10",
  "UserCompanyName": "sample string 11",
  "MachineAssetNumber": "sample string 12",
  "MachineMachineType": "sample string 13",
  "MachineLocation": "sample string 14",
  "MachineSite": "sample string 15",
  "MachineLine": "sample string 16",
  "IsConsultant": true,
  "IsParentConsultant": true,
  "LoginUserCreatedBy": 19,
  "TrackerInitialHazard": {
    "Id": 1,
    "TrackerLineId": 2,
    "HazardId": 3,
    "HazardDescriptionId": 4,
    "CreatedBy": 5,
    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
    "LastModifiedBy": 7,
    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
    "BgColor": "sample string 9",
    "ControlRiskDesc": "sample string 10",
    "HazardDescription": {
      "Id": 1,
      "HazardId": 2,
      "Description": "sample string 3",
      "LikelihoodOfOccurrenceId": 4,
      "FrequencyOfExposureId": 5,
      "DegreeOfPossibleHarmId": 6,
      "NumberOfPersonsAtRiskId": 7,
      "Score": 8.0,
      "CreatedBy": 9,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 11,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "CreatedByName": "sample string 13",
      "BgColor": "sample string 14",
      "RiskDescription": "sample string 15",
      "hazardDescriptionImages": [
        {
          "Id": 1,
          "HazardDescriptionId": 2,
          "ImagePath": "sample string 3",
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "ImageBase64": "sample string 8",
          "LocalId": 9,
          "LocalHazardDescriptionId": 10
        },
        {
          "Id": 1,
          "HazardDescriptionId": 2,
          "ImagePath": "sample string 3",
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "ImageBase64": "sample string 8",
          "LocalId": 9,
          "LocalHazardDescriptionId": 10
        }
      ],
      "IsImplementedControlCompleted": true,
      "LikelihoodOfOccurrenceIdName": "sample string 17",
      "FrequencyOfExposureIdName": "sample string 18",
      "DegreeOfPossibleHarmIdName": "sample string 19",
      "NumberOfPersonsAtRiskIdName": "sample string 20"
    }
  },
  "TrackerInitialHazardImages": [
    {},
    {}
  ],
  "TrackerControlMeasure": {
    "Id": 1,
    "TrackerLineId": 2,
    "HazardId": 3,
    "ControlMeasureId": 4,
    "CreatedBy": 5,
    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
    "LastModifiedBy": 7,
    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
    "BgColor": "sample string 9",
    "ControlRiskDesc": "sample string 10",
    "ControlMeasure": {
      "Id": 1,
      "HazardId": 2,
      "MeasureType": "sample string 3",
      "Description": "sample string 4",
      "LikelihoodOfOccurrenceId": 5,
      "FrequencyOfExposureId": 6,
      "DegreeOfPossibleHarmId": 7,
      "NumberOfPersonsAtRiskId": 8,
      "Score": 9.0,
      "CreatedBy": 10,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 12,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "CreatedByName": "sample string 14",
      "RegulationQuestionId": 15,
      "InspectionId": 16,
      "TableName": "sample string 17",
      "BgColor": "sample string 18",
      "ControlRiskDesc": "sample string 19",
      "ControlMeasureImages": [
        {
          "Id": 1,
          "ControlMeasureId": 2,
          "ImagePath": "sample string 3",
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "ImageBase64": "sample string 8",
          "LocalId": 9,
          "LocalControlMeasureId": 10
        },
        {
          "Id": 1,
          "ControlMeasureId": 2,
          "ImagePath": "sample string 3",
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "ImageBase64": "sample string 8",
          "LocalId": 9,
          "LocalControlMeasureId": 10
        }
      ],
      "Hazard": {
        "Id": 1,
        "Description": "sample string 2",
        "RegulationQuestionId": 3,
        "InspectionId": 4,
        "CreatedBy": 5,
        "CreatedByName": "sample string 6",
        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
        "LastModifiedBy": 8,
        "LastModifiedByName": "sample string 9",
        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
        "DeletedBy": 1,
        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
        "RegulationId": 11,
        "RegulationSequence": 12,
        "RegulationQuestionName": "sample string 13",
        "Sequence": 14,
        "HazardDesc": "sample string 15",
        "HazardBgColor": "sample string 16",
        "ControlBgColor": "sample string 17",
        "ControlMeasureDesc": "sample string 18",
        "ImplementedBgColor": "sample string 19",
        "ImplementedControlDesc": "sample string 20",
        "HazardListCount": 21,
        "CustomerId": 22,
        "InspectorId": 23,
        "Inspection": {
          "Id": 1,
          "InspectionTypeId": 2,
          "AssetNumber": "sample string 3",
          "CustomerId": 4,
          "MachineId": 1,
          "InspectorId": 5,
          "SerialNumber": "sample string 6",
          "Location": "sample string 7",
          "Manufacturer": "sample string 8",
          "InspectionDate": "2025-08-29T20:22:16.4325672+00:00",
          "Line": "sample string 10",
          "CreatedBy": 11,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 13,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "Notes": "sample string 15",
          "InspectionName": "sample string 16",
          "IsCompleted": true,
          "CompletedBy": 1,
          "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "CompletedComments": "sample string 17",
          "InspectionTemplateId": 1,
          "IsDraftWatermark": true,
          "IsWithoutRiskAssessment": true,
          "InspectionInternalNo": 20,
          "InspectionDue": 1,
          "IsLock": true,
          "LockInBy": 1,
          "LockInDate": "2025-08-29T20:22:16.4325672+00:00",
          "LockOutBy": 1,
          "LockOutDate": "2025-08-29T20:22:16.4325672+00:00",
          "IsCEUKCA": true,
          "Product": "sample string 22",
          "MachineInfoId": 1,
          "BatchSerial": "sample string 23",
          "ModelType": "sample string 24",
          "NameOfManufacturer": "sample string 25",
          "FunctionName": "sample string 26",
          "NameOfSignatory": "sample string 27",
          "Description": "sample string 28",
          "LimitsOfUse": "sample string 29",
          "IntendedUse": "sample string 30",
          "OperationalDescription": "sample string 31",
          "ReasonablyForeseeableMisuse": "sample string 32",
          "UserMode": "sample string 33",
          "ProcessSequenceAndManualIntervention": "sample string 34",
          "Interfaces": "sample string 35",
          "ConnectionToOtherMachinery": "sample string 36",
          "UserSkillRequirement": "sample string 37",
          "RequiredPerformanceLevel": "sample string 38",
          "LocalId": 39,
          "LocalCustomerId": 40,
          "LocalMachineId": 41,
          "CompletedByName": "sample string 42",
          "InspectionType": "sample string 43",
          "CustomerName": "sample string 44",
          "CompanyName": "sample string 45",
          "Telephone": "sample string 46",
          "Email": "sample string 47",
          "Address": "sample string 48",
          "LastModifiedByUser": "sample string 49",
          "UserCompanyName": "sample string 50",
          "UserLogo": "sample string 51",
          "UserProfileLogoPath": "sample string 52",
          "CustomerLogoPath": "sample string 53",
          "MachineName": "sample string 54",
          "MachineSerialNumber": "sample string 55",
          "MachineManufacturer": "sample string 56",
          "MachineLocation": "sample string 57",
          "MachineLine": "sample string 58",
          "MachineSite": "sample string 59",
          "MachineResponsiblePerson": "sample string 60",
          "MachineType": "sample string 61",
          "Inspector": "sample string 62",
          "InspectorEmail": "sample string 63",
          "InspectorTelephone": "sample string 64",
          "InspectorCompanyName": "sample string 65",
          "RoleId": 66,
          "IsAnwsered": true,
          "TotalPercent": 68.0,
          "LoginUserId": 1,
          "HazardImg": "sample string 69",
          "HazardDescId": 70,
          "UserCreatedBy": 1,
          "ParentId": 1,
          "UserInspectionId": 71,
          "InspectionHazardId": 72,
          "HazardLikelihoodOfOccurrenceId": 73,
          "HazardNumberOfPersonsAtRiskId": 74,
          "HazardFrequencyOfExposureId": 75,
          "HazardDegreeOfPossibleHarmId": 76,
          "HazardLoRank": 77.0,
          "HazardRiskRank": 78.0,
          "HazardFeRank": 79.0,
          "HazardHarmRank": 80.0,
          "InspectionControlId": 81,
          "ControlLikelihoodOfOccurrenceId": 82,
          "ControlNumberOfPersonsAtRiskId": 83,
          "ControlFrequencyOfExposureId": 84,
          "ControlDegreeOfPossibleHarmId": 85,
          "ControlLoRank": 86.0,
          "ControlRiskRank": 87.0,
          "ControlFeRank": 88.0,
          "ControlHarmRank": 89.0,
          "HazardDescription": "sample string 90",
          "UserId": 91,
          "UserInspections": [
            {
              "Id": 1,
              "UserId": 2,
              "InspectionId": 3,
              "CreatedBy": 4,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "UserName": "sample string 8",
              "AssignUserEmailAddress": "sample string 9",
              "AssignUserName": "sample string 10",
              "LoginUserName": "sample string 11",
              "LocalInspectionId": 12,
              "LocalId": 13,
              "LocalUserId": 14
            },
            {
              "Id": 1,
              "UserId": 2,
              "InspectionId": 3,
              "CreatedBy": 4,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 6,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "UserName": "sample string 8",
              "AssignUserEmailAddress": "sample string 9",
              "AssignUserName": "sample string 10",
              "LoginUserName": "sample string 11",
              "LocalInspectionId": 12,
              "LocalId": 13,
              "LocalUserId": 14
            }
          ],
          "InspectionIssues": [
            {
              "Id": 1,
              "InspectionId": 2,
              "Title": "sample string 3",
              "ReferenceNumber": "sample string 4",
              "Comment": "sample string 5",
              "ResponsiblePersonId1": 6,
              "ResponsiblePersonId2": 1,
              "ResolvedDate": "2025-08-29T20:22:16.4325672+00:00",
              "SeverityId": 1,
              "ResponsiblePersonName": "sample string 7",
              "ResponsiblePersonName2": "sample string 8",
              "IsComplete": true,
              "CompletedBy": 1,
              "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "CreatedBy": 9,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 11,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LocalAssignToId": 13,
              "IssuePhotos": [
                {
                  "Id": 1,
                  "IssueId": 2,
                  "ImagePath": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ImageBase64": "sample string 8"
                },
                {
                  "Id": 1,
                  "IssueId": 2,
                  "ImagePath": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ImageBase64": "sample string 8"
                }
              ],
              "IssueComments": [
                {
                  "Id": 1,
                  "IssueId": 2,
                  "Comment": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CommentUserName": "sample string 8"
                },
                {
                  "Id": 1,
                  "IssueId": 2,
                  "Comment": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CommentUserName": "sample string 8"
                }
              ],
              "LocalIsComplete": true,
              "CustomerId": 15,
              "CompletedByName": "sample string 16",
              "ReferenceNumberQRBase64": "sample string 17",
              "LocalResponsiblePersonId1": 18,
              "LocalResponsiblePersonId2": 19
            },
            {
              "Id": 1,
              "InspectionId": 2,
              "Title": "sample string 3",
              "ReferenceNumber": "sample string 4",
              "Comment": "sample string 5",
              "ResponsiblePersonId1": 6,
              "ResponsiblePersonId2": 1,
              "ResolvedDate": "2025-08-29T20:22:16.4325672+00:00",
              "SeverityId": 1,
              "ResponsiblePersonName": "sample string 7",
              "ResponsiblePersonName2": "sample string 8",
              "IsComplete": true,
              "CompletedBy": 1,
              "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "CreatedBy": 9,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 11,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LocalAssignToId": 13,
              "IssuePhotos": [
                {
                  "Id": 1,
                  "IssueId": 2,
                  "ImagePath": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ImageBase64": "sample string 8"
                },
                {
                  "Id": 1,
                  "IssueId": 2,
                  "ImagePath": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ImageBase64": "sample string 8"
                }
              ],
              "IssueComments": [
                {
                  "Id": 1,
                  "IssueId": 2,
                  "Comment": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CommentUserName": "sample string 8"
                },
                {
                  "Id": 1,
                  "IssueId": 2,
                  "Comment": "sample string 3",
                  "CreatedBy": 4,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CommentUserName": "sample string 8"
                }
              ],
              "LocalIsComplete": true,
              "CustomerId": 15,
              "CompletedByName": "sample string 16",
              "ReferenceNumberQRBase64": "sample string 17",
              "LocalResponsiblePersonId1": 18,
              "LocalResponsiblePersonId2": 19
            }
          ],
          "RiskAssessments": [
            {
              "Id": 1,
              "InspectionId": 2,
              "ResponsiblePersonId1": 3,
              "ResponsiblePersonId2": 1,
              "Title": "sample string 4",
              "ReferenceNo": "sample string 5",
              "HazardTypeId": 6,
              "HazardSourceId": 7,
              "PartOfMachine": "sample string 8",
              "LifeCycleId": 9,
              "CreatedBy": 10,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 12,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "HazardTypeName": "sample string 14",
              "HazardSourceName": "sample string 15",
              "LifeCycleName": "sample string 16",
              "LocalId": 17,
              "InspectionLocalId": 18,
              "LocalResponsiblePersonId1": 19,
              "LocalResponsiblePersonId2": 1,
              "ResponsiblePersonName": "sample string 20",
              "ResponsiblePersonName2": "sample string 21",
              "CompletedByName": "sample string 22",
              "ReferenceNoQRBase64": "sample string 23",
              "RiskAssessmentLine": {
                "Id": 1,
                "RiskAssessmentId": 2,
                "RiskAssessmentTypeId": 3,
                "MeasureType": "sample string 4",
                "Description": "sample string 5",
                "LikelihoodOfOccurrenceId": 6,
                "FrequencyOfExposureId": 7,
                "DegreeOfPossibleHarmId": 8,
                "NumberOfPersonsAtRiskId": 9,
                "Score": 10.0,
                "IsCompleted": true,
                "CompletedBy": 1,
                "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "CreatedBy": 12,
                "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LastModifiedBy": 14,
                "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                "DeletedBy": 1,
                "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "ResidualRisk": "sample string 16",
                "ENPLR": "sample string 17",
                "LocalId": 18,
                "RiskAssessmentLocalId": 19,
                "CommentUserName": "sample string 20",
                "CreatedByName": "sample string 21",
                "CompletedByName": "sample string 22",
                "BgColor": "sample string 23",
                "RiskDescription": "sample string 24",
                "RiskAssessmentPhotos": [
                  {
                    "Id": 1,
                    "RiskAssessmentLineId": 2,
                    "RiskAssessmentTypeId": 3,
                    "ImagePath": "sample string 4",
                    "CreatedBy": 5,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 7,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 9",
                    "LocalId": 10,
                    "RiskAssessmentLineLocalId": 11
                  },
                  {
                    "Id": 1,
                    "RiskAssessmentLineId": 2,
                    "RiskAssessmentTypeId": 3,
                    "ImagePath": "sample string 4",
                    "CreatedBy": 5,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 7,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 9",
                    "LocalId": 10,
                    "RiskAssessmentLineLocalId": 11
                  }
                ],
                "InspectionInspectorId": 25,
                "InspectionIsCompleted": true,
                "ImplementedControlIsCompleted": true,
                "InspectionCustomerId": 28
              },
              "RiskAssessmentLines": [
                {
                  "Id": 1,
                  "RiskAssessmentId": 2,
                  "RiskAssessmentTypeId": 3,
                  "MeasureType": "sample string 4",
                  "Description": "sample string 5",
                  "LikelihoodOfOccurrenceId": 6,
                  "FrequencyOfExposureId": 7,
                  "DegreeOfPossibleHarmId": 8,
                  "NumberOfPersonsAtRiskId": 9,
                  "Score": 10.0,
                  "IsCompleted": true,
                  "CompletedBy": 1,
                  "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 12,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 14,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ResidualRisk": "sample string 16",
                  "ENPLR": "sample string 17",
                  "LocalId": 18,
                  "RiskAssessmentLocalId": 19,
                  "CommentUserName": "sample string 20",
                  "CreatedByName": "sample string 21",
                  "CompletedByName": "sample string 22",
                  "BgColor": "sample string 23",
                  "RiskDescription": "sample string 24",
                  "RiskAssessmentPhotos": [
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    },
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    }
                  ],
                  "InspectionInspectorId": 25,
                  "InspectionIsCompleted": true,
                  "ImplementedControlIsCompleted": true,
                  "InspectionCustomerId": 28
                },
                {
                  "Id": 1,
                  "RiskAssessmentId": 2,
                  "RiskAssessmentTypeId": 3,
                  "MeasureType": "sample string 4",
                  "Description": "sample string 5",
                  "LikelihoodOfOccurrenceId": 6,
                  "FrequencyOfExposureId": 7,
                  "DegreeOfPossibleHarmId": 8,
                  "NumberOfPersonsAtRiskId": 9,
                  "Score": 10.0,
                  "IsCompleted": true,
                  "CompletedBy": 1,
                  "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 12,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 14,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ResidualRisk": "sample string 16",
                  "ENPLR": "sample string 17",
                  "LocalId": 18,
                  "RiskAssessmentLocalId": 19,
                  "CommentUserName": "sample string 20",
                  "CreatedByName": "sample string 21",
                  "CompletedByName": "sample string 22",
                  "BgColor": "sample string 23",
                  "RiskDescription": "sample string 24",
                  "RiskAssessmentPhotos": [
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    },
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    }
                  ],
                  "InspectionInspectorId": 25,
                  "InspectionIsCompleted": true,
                  "ImplementedControlIsCompleted": true,
                  "InspectionCustomerId": 28
                }
              ],
              "ImplementIsCompleted": true,
              "InspectionCustomerId": 25
            },
            {
              "Id": 1,
              "InspectionId": 2,
              "ResponsiblePersonId1": 3,
              "ResponsiblePersonId2": 1,
              "Title": "sample string 4",
              "ReferenceNo": "sample string 5",
              "HazardTypeId": 6,
              "HazardSourceId": 7,
              "PartOfMachine": "sample string 8",
              "LifeCycleId": 9,
              "CreatedBy": 10,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 12,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "HazardTypeName": "sample string 14",
              "HazardSourceName": "sample string 15",
              "LifeCycleName": "sample string 16",
              "LocalId": 17,
              "InspectionLocalId": 18,
              "LocalResponsiblePersonId1": 19,
              "LocalResponsiblePersonId2": 1,
              "ResponsiblePersonName": "sample string 20",
              "ResponsiblePersonName2": "sample string 21",
              "CompletedByName": "sample string 22",
              "ReferenceNoQRBase64": "sample string 23",
              "RiskAssessmentLine": {
                "Id": 1,
                "RiskAssessmentId": 2,
                "RiskAssessmentTypeId": 3,
                "MeasureType": "sample string 4",
                "Description": "sample string 5",
                "LikelihoodOfOccurrenceId": 6,
                "FrequencyOfExposureId": 7,
                "DegreeOfPossibleHarmId": 8,
                "NumberOfPersonsAtRiskId": 9,
                "Score": 10.0,
                "IsCompleted": true,
                "CompletedBy": 1,
                "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "CreatedBy": 12,
                "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LastModifiedBy": 14,
                "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                "DeletedBy": 1,
                "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "ResidualRisk": "sample string 16",
                "ENPLR": "sample string 17",
                "LocalId": 18,
                "RiskAssessmentLocalId": 19,
                "CommentUserName": "sample string 20",
                "CreatedByName": "sample string 21",
                "CompletedByName": "sample string 22",
                "BgColor": "sample string 23",
                "RiskDescription": "sample string 24",
                "RiskAssessmentPhotos": [
                  {
                    "Id": 1,
                    "RiskAssessmentLineId": 2,
                    "RiskAssessmentTypeId": 3,
                    "ImagePath": "sample string 4",
                    "CreatedBy": 5,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 7,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 9",
                    "LocalId": 10,
                    "RiskAssessmentLineLocalId": 11
                  },
                  {
                    "Id": 1,
                    "RiskAssessmentLineId": 2,
                    "RiskAssessmentTypeId": 3,
                    "ImagePath": "sample string 4",
                    "CreatedBy": 5,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 7,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 9",
                    "LocalId": 10,
                    "RiskAssessmentLineLocalId": 11
                  }
                ],
                "InspectionInspectorId": 25,
                "InspectionIsCompleted": true,
                "ImplementedControlIsCompleted": true,
                "InspectionCustomerId": 28
              },
              "RiskAssessmentLines": [
                {
                  "Id": 1,
                  "RiskAssessmentId": 2,
                  "RiskAssessmentTypeId": 3,
                  "MeasureType": "sample string 4",
                  "Description": "sample string 5",
                  "LikelihoodOfOccurrenceId": 6,
                  "FrequencyOfExposureId": 7,
                  "DegreeOfPossibleHarmId": 8,
                  "NumberOfPersonsAtRiskId": 9,
                  "Score": 10.0,
                  "IsCompleted": true,
                  "CompletedBy": 1,
                  "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 12,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 14,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ResidualRisk": "sample string 16",
                  "ENPLR": "sample string 17",
                  "LocalId": 18,
                  "RiskAssessmentLocalId": 19,
                  "CommentUserName": "sample string 20",
                  "CreatedByName": "sample string 21",
                  "CompletedByName": "sample string 22",
                  "BgColor": "sample string 23",
                  "RiskDescription": "sample string 24",
                  "RiskAssessmentPhotos": [
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    },
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    }
                  ],
                  "InspectionInspectorId": 25,
                  "InspectionIsCompleted": true,
                  "ImplementedControlIsCompleted": true,
                  "InspectionCustomerId": 28
                },
                {
                  "Id": 1,
                  "RiskAssessmentId": 2,
                  "RiskAssessmentTypeId": 3,
                  "MeasureType": "sample string 4",
                  "Description": "sample string 5",
                  "LikelihoodOfOccurrenceId": 6,
                  "FrequencyOfExposureId": 7,
                  "DegreeOfPossibleHarmId": 8,
                  "NumberOfPersonsAtRiskId": 9,
                  "Score": 10.0,
                  "IsCompleted": true,
                  "CompletedBy": 1,
                  "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 12,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 14,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "ResidualRisk": "sample string 16",
                  "ENPLR": "sample string 17",
                  "LocalId": 18,
                  "RiskAssessmentLocalId": 19,
                  "CommentUserName": "sample string 20",
                  "CreatedByName": "sample string 21",
                  "CompletedByName": "sample string 22",
                  "BgColor": "sample string 23",
                  "RiskDescription": "sample string 24",
                  "RiskAssessmentPhotos": [
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    },
                    {
                      "Id": 1,
                      "RiskAssessmentLineId": 2,
                      "RiskAssessmentTypeId": 3,
                      "ImagePath": "sample string 4",
                      "CreatedBy": 5,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 7,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 9",
                      "LocalId": 10,
                      "RiskAssessmentLineLocalId": 11
                    }
                  ],
                  "InspectionInspectorId": 25,
                  "InspectionIsCompleted": true,
                  "ImplementedControlIsCompleted": true,
                  "InspectionCustomerId": 28
                }
              ],
              "ImplementIsCompleted": true,
              "InspectionCustomerId": 25
            }
          ],
          "MDRARiskAssessments": [
            {
              "Id": 1,
              "InspectionId": 2,
              "Title": "sample string 3",
              "ReferenceNo": "sample string 4",
              "PartOfMachine": "sample string 5",
              "HazardTypeId": 6,
              "HazardTypeName": "sample string 7",
              "HazardSourceId": 8,
              "HazardSourceName": "sample string 9",
              "LifeCycleId": 10,
              "LifeCycleName": "sample string 11",
              "ResponsiblePersonId1": 12,
              "ResponsiblePersonId2": 1,
              "HazardDescription": "sample string 13",
              "IsRiskSufficientlyReduced": true,
              "RiskSufficientlyReducedBy": 1,
              "RiskSufficientlyReducedDate": "2025-08-29T20:22:16.4325672+00:00",
              "IsComplete": true,
              "CompletedBy": 1,
              "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "ResidualRisk": "sample string 14",
              "CreatedBy": 15,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 17,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "ResponsiblePersonName": "sample string 19",
              "ResponsiblePersonName2": "sample string 20",
              "CompletedByName": "sample string 21",
              "CreatedByName": "sample string 22",
              "ReferenceNoQRBase64": "sample string 23",
              "MDRARiskAssessmentLineLister": {
                "MDRARiskAssessmentLines": [
                  {
                    "Id": 1,
                    "MDRARiskAssessmentId": 2,
                    "SequenceNo": 3,
                    "ControlTypeId": 4,
                    "IRLikelihoodOfOccurrenceId": 5,
                    "IRFrequencyOfExposureId": 6,
                    "IRDegreeOfPossibleHarmId": 7,
                    "IRNumberOfPersonsAtRiskId": 8,
                    "IRScore": 9.0,
                    "IRENPLR": "sample string 10",
                    "CMDescription": "sample string 11",
                    "CMLikelihoodOfOccurrenceId": 1,
                    "CMFrequencyOfExposureId": 1,
                    "CMDegreeOfPossibleHarmId": 1,
                    "CMNumberOfPersonsAtRiskId": 1,
                    "CMScore": 1.0,
                    "CMENPLR": "sample string 12",
                    "CreatedBy": 13,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 15,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LocalId": 17,
                    "MDRARiskAssessmentLocalId": 18,
                    "CommentUserName": "sample string 19",
                    "CreatedByName": "sample string 20",
                    "CompletedByName": "sample string 21",
                    "IRBgColor": "sample string 22",
                    "IRRiskDescription": "sample string 23",
                    "CMBgColor": "sample string 24",
                    "CMRiskDescription": "sample string 25",
                    "MDRARiskAssessmentLinePhotos": [
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      },
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      }
                    ],
                    "InspectionInspectorId": 26,
                    "InspectionIsCompleted": true,
                    "InspectionCustomerId": 28,
                    "ControlTypeIdName": "sample string 29",
                    "InspectionId": 30,
                    "KeyNoIRLikelihoodOfOccurrenceId": 31,
                    "KeyNoIRFrequencyOfExposureId": 32,
                    "KeyNoIRDegreeOfPossibleHarmId": 33,
                    "KeyNoIRNumberOfPersonsAtRiskId": 34,
                    "KeyNoCMLikelihoodOfOccurrenceId": 35,
                    "KeyNoCMFrequencyOfExposureId": 36,
                    "KeyNoCMDegreeOfPossibleHarmId": 37,
                    "KeyNoCMNumberOfPersonsAtRiskId": 38
                  },
                  {
                    "Id": 1,
                    "MDRARiskAssessmentId": 2,
                    "SequenceNo": 3,
                    "ControlTypeId": 4,
                    "IRLikelihoodOfOccurrenceId": 5,
                    "IRFrequencyOfExposureId": 6,
                    "IRDegreeOfPossibleHarmId": 7,
                    "IRNumberOfPersonsAtRiskId": 8,
                    "IRScore": 9.0,
                    "IRENPLR": "sample string 10",
                    "CMDescription": "sample string 11",
                    "CMLikelihoodOfOccurrenceId": 1,
                    "CMFrequencyOfExposureId": 1,
                    "CMDegreeOfPossibleHarmId": 1,
                    "CMNumberOfPersonsAtRiskId": 1,
                    "CMScore": 1.0,
                    "CMENPLR": "sample string 12",
                    "CreatedBy": 13,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 15,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LocalId": 17,
                    "MDRARiskAssessmentLocalId": 18,
                    "CommentUserName": "sample string 19",
                    "CreatedByName": "sample string 20",
                    "CompletedByName": "sample string 21",
                    "IRBgColor": "sample string 22",
                    "IRRiskDescription": "sample string 23",
                    "CMBgColor": "sample string 24",
                    "CMRiskDescription": "sample string 25",
                    "MDRARiskAssessmentLinePhotos": [
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      },
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      }
                    ],
                    "InspectionInspectorId": 26,
                    "InspectionIsCompleted": true,
                    "InspectionCustomerId": 28,
                    "ControlTypeIdName": "sample string 29",
                    "InspectionId": 30,
                    "KeyNoIRLikelihoodOfOccurrenceId": 31,
                    "KeyNoIRFrequencyOfExposureId": 32,
                    "KeyNoIRDegreeOfPossibleHarmId": 33,
                    "KeyNoIRNumberOfPersonsAtRiskId": 34,
                    "KeyNoCMLikelihoodOfOccurrenceId": 35,
                    "KeyNoCMFrequencyOfExposureId": 36,
                    "KeyNoCMDegreeOfPossibleHarmId": 37,
                    "KeyNoCMNumberOfPersonsAtRiskId": 38
                  }
                ],
                "SearchCriteria": {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                },
                "Pager": {
                  "PageSize": 1,
                  "Take": 2,
                  "Skip": 3,
                  "CurrentPage": 4.0,
                  "TotalPage": "sample string 5",
                  "TotalRecord": 6.0
                },
                "MDRARiskAssessmentId": 1,
                "InspectionInspectorId": 2,
                "InspectionIsCompleted": true,
                "MDRARiskAssessmentIsCompleted": true
              },
              "MDRARiskAssessmentLine": {
                "Id": 1,
                "MDRARiskAssessmentId": 2,
                "SequenceNo": 3,
                "ControlTypeId": 4,
                "IRLikelihoodOfOccurrenceId": 5,
                "IRFrequencyOfExposureId": 6,
                "IRDegreeOfPossibleHarmId": 7,
                "IRNumberOfPersonsAtRiskId": 8,
                "IRScore": 9.0,
                "IRENPLR": "sample string 10",
                "CMDescription": "sample string 11",
                "CMLikelihoodOfOccurrenceId": 1,
                "CMFrequencyOfExposureId": 1,
                "CMDegreeOfPossibleHarmId": 1,
                "CMNumberOfPersonsAtRiskId": 1,
                "CMScore": 1.0,
                "CMENPLR": "sample string 12",
                "CreatedBy": 13,
                "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LastModifiedBy": 15,
                "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                "DeletedBy": 1,
                "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LocalId": 17,
                "MDRARiskAssessmentLocalId": 18,
                "CommentUserName": "sample string 19",
                "CreatedByName": "sample string 20",
                "CompletedByName": "sample string 21",
                "IRBgColor": "sample string 22",
                "IRRiskDescription": "sample string 23",
                "CMBgColor": "sample string 24",
                "CMRiskDescription": "sample string 25",
                "MDRARiskAssessmentLinePhotos": [
                  {
                    "Id": 1,
                    "MDRARiskAssessmentLineId": 2,
                    "ImagePath": "sample string 3",
                    "CreatedBy": 4,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 6,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 8",
                    "LocalId": 9,
                    "MDRALineLocalId": 10
                  },
                  {
                    "Id": 1,
                    "MDRARiskAssessmentLineId": 2,
                    "ImagePath": "sample string 3",
                    "CreatedBy": 4,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 6,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 8",
                    "LocalId": 9,
                    "MDRALineLocalId": 10
                  }
                ],
                "InspectionInspectorId": 26,
                "InspectionIsCompleted": true,
                "InspectionCustomerId": 28,
                "ControlTypeIdName": "sample string 29",
                "InspectionId": 30,
                "KeyNoIRLikelihoodOfOccurrenceId": 31,
                "KeyNoIRFrequencyOfExposureId": 32,
                "KeyNoIRDegreeOfPossibleHarmId": 33,
                "KeyNoIRNumberOfPersonsAtRiskId": 34,
                "KeyNoCMLikelihoodOfOccurrenceId": 35,
                "KeyNoCMFrequencyOfExposureId": 36,
                "KeyNoCMDegreeOfPossibleHarmId": 37,
                "KeyNoCMNumberOfPersonsAtRiskId": 38
              },
              "MDRARiskAssessmentLines": [
                {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                },
                {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                }
              ],
              "CustomerId": 24,
              "InspectionInspectorId": 25,
              "InspectionIsCompleted": true,
              "InspectionCustomerId": 27,
              "StatusCode": "sample string 28",
              "LocalId": 29,
              "InspectionLocalId": 30,
              "LocalResponsiblePersonId1": 31,
              "LocalResponsiblePersonId2": 32,
              "RiskSufficientlyReducedByName": "sample string 33",
              "IsPopUpClose": true,
              "WebInspectionInspectorId": 35,
              "WebInspectionIsCompleted": true
            },
            {
              "Id": 1,
              "InspectionId": 2,
              "Title": "sample string 3",
              "ReferenceNo": "sample string 4",
              "PartOfMachine": "sample string 5",
              "HazardTypeId": 6,
              "HazardTypeName": "sample string 7",
              "HazardSourceId": 8,
              "HazardSourceName": "sample string 9",
              "LifeCycleId": 10,
              "LifeCycleName": "sample string 11",
              "ResponsiblePersonId1": 12,
              "ResponsiblePersonId2": 1,
              "HazardDescription": "sample string 13",
              "IsRiskSufficientlyReduced": true,
              "RiskSufficientlyReducedBy": 1,
              "RiskSufficientlyReducedDate": "2025-08-29T20:22:16.4325672+00:00",
              "IsComplete": true,
              "CompletedBy": 1,
              "CompletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "ResidualRisk": "sample string 14",
              "CreatedBy": 15,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 17,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "ResponsiblePersonName": "sample string 19",
              "ResponsiblePersonName2": "sample string 20",
              "CompletedByName": "sample string 21",
              "CreatedByName": "sample string 22",
              "ReferenceNoQRBase64": "sample string 23",
              "MDRARiskAssessmentLineLister": {
                "MDRARiskAssessmentLines": [
                  {
                    "Id": 1,
                    "MDRARiskAssessmentId": 2,
                    "SequenceNo": 3,
                    "ControlTypeId": 4,
                    "IRLikelihoodOfOccurrenceId": 5,
                    "IRFrequencyOfExposureId": 6,
                    "IRDegreeOfPossibleHarmId": 7,
                    "IRNumberOfPersonsAtRiskId": 8,
                    "IRScore": 9.0,
                    "IRENPLR": "sample string 10",
                    "CMDescription": "sample string 11",
                    "CMLikelihoodOfOccurrenceId": 1,
                    "CMFrequencyOfExposureId": 1,
                    "CMDegreeOfPossibleHarmId": 1,
                    "CMNumberOfPersonsAtRiskId": 1,
                    "CMScore": 1.0,
                    "CMENPLR": "sample string 12",
                    "CreatedBy": 13,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 15,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LocalId": 17,
                    "MDRARiskAssessmentLocalId": 18,
                    "CommentUserName": "sample string 19",
                    "CreatedByName": "sample string 20",
                    "CompletedByName": "sample string 21",
                    "IRBgColor": "sample string 22",
                    "IRRiskDescription": "sample string 23",
                    "CMBgColor": "sample string 24",
                    "CMRiskDescription": "sample string 25",
                    "MDRARiskAssessmentLinePhotos": [
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      },
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      }
                    ],
                    "InspectionInspectorId": 26,
                    "InspectionIsCompleted": true,
                    "InspectionCustomerId": 28,
                    "ControlTypeIdName": "sample string 29",
                    "InspectionId": 30,
                    "KeyNoIRLikelihoodOfOccurrenceId": 31,
                    "KeyNoIRFrequencyOfExposureId": 32,
                    "KeyNoIRDegreeOfPossibleHarmId": 33,
                    "KeyNoIRNumberOfPersonsAtRiskId": 34,
                    "KeyNoCMLikelihoodOfOccurrenceId": 35,
                    "KeyNoCMFrequencyOfExposureId": 36,
                    "KeyNoCMDegreeOfPossibleHarmId": 37,
                    "KeyNoCMNumberOfPersonsAtRiskId": 38
                  },
                  {
                    "Id": 1,
                    "MDRARiskAssessmentId": 2,
                    "SequenceNo": 3,
                    "ControlTypeId": 4,
                    "IRLikelihoodOfOccurrenceId": 5,
                    "IRFrequencyOfExposureId": 6,
                    "IRDegreeOfPossibleHarmId": 7,
                    "IRNumberOfPersonsAtRiskId": 8,
                    "IRScore": 9.0,
                    "IRENPLR": "sample string 10",
                    "CMDescription": "sample string 11",
                    "CMLikelihoodOfOccurrenceId": 1,
                    "CMFrequencyOfExposureId": 1,
                    "CMDegreeOfPossibleHarmId": 1,
                    "CMNumberOfPersonsAtRiskId": 1,
                    "CMScore": 1.0,
                    "CMENPLR": "sample string 12",
                    "CreatedBy": 13,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 15,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LocalId": 17,
                    "MDRARiskAssessmentLocalId": 18,
                    "CommentUserName": "sample string 19",
                    "CreatedByName": "sample string 20",
                    "CompletedByName": "sample string 21",
                    "IRBgColor": "sample string 22",
                    "IRRiskDescription": "sample string 23",
                    "CMBgColor": "sample string 24",
                    "CMRiskDescription": "sample string 25",
                    "MDRARiskAssessmentLinePhotos": [
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      },
                      {
                        "Id": 1,
                        "MDRARiskAssessmentLineId": 2,
                        "ImagePath": "sample string 3",
                        "CreatedBy": 4,
                        "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "LastModifiedBy": 6,
                        "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "DeletedBy": 1,
                        "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                        "ImageBase64": "sample string 8",
                        "LocalId": 9,
                        "MDRALineLocalId": 10
                      }
                    ],
                    "InspectionInspectorId": 26,
                    "InspectionIsCompleted": true,
                    "InspectionCustomerId": 28,
                    "ControlTypeIdName": "sample string 29",
                    "InspectionId": 30,
                    "KeyNoIRLikelihoodOfOccurrenceId": 31,
                    "KeyNoIRFrequencyOfExposureId": 32,
                    "KeyNoIRDegreeOfPossibleHarmId": 33,
                    "KeyNoIRNumberOfPersonsAtRiskId": 34,
                    "KeyNoCMLikelihoodOfOccurrenceId": 35,
                    "KeyNoCMFrequencyOfExposureId": 36,
                    "KeyNoCMDegreeOfPossibleHarmId": 37,
                    "KeyNoCMNumberOfPersonsAtRiskId": 38
                  }
                ],
                "SearchCriteria": {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                },
                "Pager": {
                  "PageSize": 1,
                  "Take": 2,
                  "Skip": 3,
                  "CurrentPage": 4.0,
                  "TotalPage": "sample string 5",
                  "TotalRecord": 6.0
                },
                "MDRARiskAssessmentId": 1,
                "InspectionInspectorId": 2,
                "InspectionIsCompleted": true,
                "MDRARiskAssessmentIsCompleted": true
              },
              "MDRARiskAssessmentLine": {
                "Id": 1,
                "MDRARiskAssessmentId": 2,
                "SequenceNo": 3,
                "ControlTypeId": 4,
                "IRLikelihoodOfOccurrenceId": 5,
                "IRFrequencyOfExposureId": 6,
                "IRDegreeOfPossibleHarmId": 7,
                "IRNumberOfPersonsAtRiskId": 8,
                "IRScore": 9.0,
                "IRENPLR": "sample string 10",
                "CMDescription": "sample string 11",
                "CMLikelihoodOfOccurrenceId": 1,
                "CMFrequencyOfExposureId": 1,
                "CMDegreeOfPossibleHarmId": 1,
                "CMNumberOfPersonsAtRiskId": 1,
                "CMScore": 1.0,
                "CMENPLR": "sample string 12",
                "CreatedBy": 13,
                "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LastModifiedBy": 15,
                "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                "DeletedBy": 1,
                "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                "LocalId": 17,
                "MDRARiskAssessmentLocalId": 18,
                "CommentUserName": "sample string 19",
                "CreatedByName": "sample string 20",
                "CompletedByName": "sample string 21",
                "IRBgColor": "sample string 22",
                "IRRiskDescription": "sample string 23",
                "CMBgColor": "sample string 24",
                "CMRiskDescription": "sample string 25",
                "MDRARiskAssessmentLinePhotos": [
                  {
                    "Id": 1,
                    "MDRARiskAssessmentLineId": 2,
                    "ImagePath": "sample string 3",
                    "CreatedBy": 4,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 6,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 8",
                    "LocalId": 9,
                    "MDRALineLocalId": 10
                  },
                  {
                    "Id": 1,
                    "MDRARiskAssessmentLineId": 2,
                    "ImagePath": "sample string 3",
                    "CreatedBy": 4,
                    "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "LastModifiedBy": 6,
                    "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "DeletedBy": 1,
                    "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                    "ImageBase64": "sample string 8",
                    "LocalId": 9,
                    "MDRALineLocalId": 10
                  }
                ],
                "InspectionInspectorId": 26,
                "InspectionIsCompleted": true,
                "InspectionCustomerId": 28,
                "ControlTypeIdName": "sample string 29",
                "InspectionId": 30,
                "KeyNoIRLikelihoodOfOccurrenceId": 31,
                "KeyNoIRFrequencyOfExposureId": 32,
                "KeyNoIRDegreeOfPossibleHarmId": 33,
                "KeyNoIRNumberOfPersonsAtRiskId": 34,
                "KeyNoCMLikelihoodOfOccurrenceId": 35,
                "KeyNoCMFrequencyOfExposureId": 36,
                "KeyNoCMDegreeOfPossibleHarmId": 37,
                "KeyNoCMNumberOfPersonsAtRiskId": 38
              },
              "MDRARiskAssessmentLines": [
                {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                },
                {
                  "Id": 1,
                  "MDRARiskAssessmentId": 2,
                  "SequenceNo": 3,
                  "ControlTypeId": 4,
                  "IRLikelihoodOfOccurrenceId": 5,
                  "IRFrequencyOfExposureId": 6,
                  "IRDegreeOfPossibleHarmId": 7,
                  "IRNumberOfPersonsAtRiskId": 8,
                  "IRScore": 9.0,
                  "IRENPLR": "sample string 10",
                  "CMDescription": "sample string 11",
                  "CMLikelihoodOfOccurrenceId": 1,
                  "CMFrequencyOfExposureId": 1,
                  "CMDegreeOfPossibleHarmId": 1,
                  "CMNumberOfPersonsAtRiskId": 1,
                  "CMScore": 1.0,
                  "CMENPLR": "sample string 12",
                  "CreatedBy": 13,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 15,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LocalId": 17,
                  "MDRARiskAssessmentLocalId": 18,
                  "CommentUserName": "sample string 19",
                  "CreatedByName": "sample string 20",
                  "CompletedByName": "sample string 21",
                  "IRBgColor": "sample string 22",
                  "IRRiskDescription": "sample string 23",
                  "CMBgColor": "sample string 24",
                  "CMRiskDescription": "sample string 25",
                  "MDRARiskAssessmentLinePhotos": [
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    },
                    {
                      "Id": 1,
                      "MDRARiskAssessmentLineId": 2,
                      "ImagePath": "sample string 3",
                      "CreatedBy": 4,
                      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "LastModifiedBy": 6,
                      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "DeletedBy": 1,
                      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                      "ImageBase64": "sample string 8",
                      "LocalId": 9,
                      "MDRALineLocalId": 10
                    }
                  ],
                  "InspectionInspectorId": 26,
                  "InspectionIsCompleted": true,
                  "InspectionCustomerId": 28,
                  "ControlTypeIdName": "sample string 29",
                  "InspectionId": 30,
                  "KeyNoIRLikelihoodOfOccurrenceId": 31,
                  "KeyNoIRFrequencyOfExposureId": 32,
                  "KeyNoIRDegreeOfPossibleHarmId": 33,
                  "KeyNoIRNumberOfPersonsAtRiskId": 34,
                  "KeyNoCMLikelihoodOfOccurrenceId": 35,
                  "KeyNoCMFrequencyOfExposureId": 36,
                  "KeyNoCMDegreeOfPossibleHarmId": 37,
                  "KeyNoCMNumberOfPersonsAtRiskId": 38
                }
              ],
              "CustomerId": 24,
              "InspectionInspectorId": 25,
              "InspectionIsCompleted": true,
              "InspectionCustomerId": 27,
              "StatusCode": "sample string 28",
              "LocalId": 29,
              "InspectionLocalId": 30,
              "LocalResponsiblePersonId1": 31,
              "LocalResponsiblePersonId2": 32,
              "RiskSufficientlyReducedByName": "sample string 33",
              "IsPopUpClose": true,
              "WebInspectionInspectorId": 35,
              "WebInspectionIsCompleted": true
            }
          ],
          "SubClauseAnswers": [
            {
              "Id": 1,
              "InspectionId": 2,
              "SubClauseId": 3,
              "StageMasterId": "sample string 4",
              "TypeOfVerificationMasterId": "sample string 5",
              "Comment": "sample string 6",
              "AnswerTypeId": 7,
              "CreatedBy": 8,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 10,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "CreatedByName": "sample string 12",
              "CompletedByName": "sample string 13",
              "LocalId": 14,
              "InspectionLocalId": 15,
              "StageMasterIds": [
                1,
                2
              ],
              "TypeOfVerificationMasterIds": [
                1,
                2
              ],
              "SubClauseStages": [
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "StageId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "StageCode": "sample string 8",
                  "StageName": "sample string 9"
                },
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "StageId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "StageCode": "sample string 8",
                  "StageName": "sample string 9"
                }
              ],
              "SubClauseTypeOfVerifications": [
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "TypeOfVerificationId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "TypeOfVerificationCode": "sample string 8",
                  "TypeOfVerificationName": "sample string 9"
                },
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "TypeOfVerificationId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "TypeOfVerificationCode": "sample string 8",
                  "TypeOfVerificationName": "sample string 9"
                }
              ],
              "StageMasterIdName": "sample string 16",
              "TypeOfVerificationMasterIdName": "sample string 17",
              "InspectionIsCompleted": true,
              "InspectionInspectorId": 19,
              "SubClauseAnswersCounts": 20,
              "PassCounts": 21,
              "FailCounts": 22,
              "NACounts": 23
            },
            {
              "Id": 1,
              "InspectionId": 2,
              "SubClauseId": 3,
              "StageMasterId": "sample string 4",
              "TypeOfVerificationMasterId": "sample string 5",
              "Comment": "sample string 6",
              "AnswerTypeId": 7,
              "CreatedBy": 8,
              "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
              "LastModifiedBy": 10,
              "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
              "DeletedBy": 1,
              "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
              "CreatedByName": "sample string 12",
              "CompletedByName": "sample string 13",
              "LocalId": 14,
              "InspectionLocalId": 15,
              "StageMasterIds": [
                1,
                2
              ],
              "TypeOfVerificationMasterIds": [
                1,
                2
              ],
              "SubClauseStages": [
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "StageId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "StageCode": "sample string 8",
                  "StageName": "sample string 9"
                },
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "StageId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "StageCode": "sample string 8",
                  "StageName": "sample string 9"
                }
              ],
              "SubClauseTypeOfVerifications": [
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "TypeOfVerificationId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "TypeOfVerificationCode": "sample string 8",
                  "TypeOfVerificationName": "sample string 9"
                },
                {
                  "Id": 1,
                  "SubClauseId": 2,
                  "TypeOfVerificationId": 3,
                  "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "CreatedBy": 5,
                  "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "LastModifiedBy": 7,
                  "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
                  "DeletedBy": 1,
                  "TypeOfVerificationCode": "sample string 8",
                  "TypeOfVerificationName": "sample string 9"
                }
              ],
              "StageMasterIdName": "sample string 16",
              "TypeOfVerificationMasterIdName": "sample string 17",
              "InspectionIsCompleted": true,
              "InspectionInspectorId": 19,
              "SubClauseAnswersCounts": 20,
              "PassCounts": 21,
              "FailCounts": 22,
              "NACounts": 23
            }
          ],
          "LockInByName": "sample string 92",
          "InspectionSite": "sample string 93",
          "Inspection_AnswerTypeId": 1,
          "Machine_Image": "sample string 94",
          "InspectionPercent": "sample string 95",
          "InspectionColorCode": "sample string 96",
          "TotalCompletedRiskAssessmentCount": 97,
          "TotalAnsYesPassCount": 98,
          "TotalAnsNoFailCount": 99,
          "TotalAnsNACount": 100,
          "TotalAnsCheckCount": 101,
          "UserLevelId": 102,
          "CEUKCAMarkingProcessId": 103,
          "ConformityTypeName": "sample string 104",
          "MachineTypeName": "sample string 105",
          "SiteIdName": "sample string 106",
          "InspectionDetailImage": {
            "Id": 1,
            "InspectionId": 2,
            "Title1": "sample string 3",
            "Description1": "sample string 4",
            "ImagePath1": "sample string 5",
            "Title2": "sample string 6",
            "Description2": "sample string 7",
            "ImagePath2": "sample string 8",
            "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
            "CreatedBy": 10,
            "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
            "LastModifiedBy": 12,
            "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
            "DeletedBy": 1,
            "IsAppDataUpdate": true,
            "DuplicateImagePath1": "sample string 14",
            "DuplicateImagePath2": "sample string 15"
          },
          "IsInspectionDetailImage": true,
          "OldInspectionId": 108,
          "SiteId": 1
        }
      },
      "InspectionControlId": 20,
      "ControlLikelihoodOfOccurrenceId": 21,
      "ControlNumberOfPersonsAtRiskId": 22,
      "ControlFrequencyOfExposureId": 23,
      "ControlDegreeOfPossibleHarmId": 24,
      "ControlLoRank": 25.0,
      "ControlRiskRank": 26.0,
      "ControlFeRank": 27.0,
      "ControlHarmRank": 28.0,
      "CustomerId": 29,
      "InspectorId": 30,
      "IsImplementedControlCompleted": true,
      "LikelihoodOfOccurrenceIdName": "sample string 32",
      "FrequencyOfExposureIdName": "sample string 33",
      "DegreeOfPossibleHarmIdName": "sample string 34",
      "NumberOfPersonsAtRiskIdName": "sample string 35"
    }
  },
  "TrackerControlMeasureImages": [
    {},
    {}
  ],
  "Sites": [
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    },
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    }
  ],
  "Locations": [
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    },
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    }
  ],
  "Lines": [
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    },
    {
      "Id": 1,
      "UserId": 2,
      "AssetNumber": "sample string 3",
      "MachineType": "sample string 4",
      "MachineManufacturer": "sample string 5",
      "SerialNumber": "sample string 6",
      "Location": "sample string 7",
      "CustomerId": 1,
      "Site": "sample string 8",
      "SiteId": 1,
      "Line": "sample string 9",
      "MonthManufacturer": 1,
      "YearManufacturer": 1,
      "MonthPurchase": 1,
      "YearPurchase": 1,
      "Description": "sample string 10",
      "ScopeOfAsset": "sample string 11",
      "ResponsiblePerson": "sample string 12",
      "ResponsiblePersonId": 1,
      "GADrawingNumber": "sample string 13",
      "ElectricalDrawingNumber": "sample string 14",
      "SupplyVoltage": "sample string 15",
      "CurrentRequirement": "sample string 16",
      "NominalPower": "sample string 17",
      "Frequency": "sample string 18",
      "AirSupply": "sample string 19",
      "HydraulicPressure": "sample string 20",
      "CreatedBy": 21,
      "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
      "LastModifiedBy": 23,
      "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
      "ImagePath": "sample string 25",
      "RoleId": 26,
      "ParentId": 1,
      "UserName": "sample string 27",
      "Role": "sample string 28",
      "CompanyName": "sample string 29",
      "IsConsultant": true,
      "TotalInspection": 31,
      "TotalCompletedInspections": 32,
      "TotalOpenInspections": 33,
      "TotalOpenTwoWeekInspections": 34,
      "TotalOpenOneMonthInspections": 35,
      "TotalOpenThreeMonthInspections": 36,
      "OpenInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "CompletedInspections": [
        "sample string 1",
        "sample string 2"
      ],
      "IsParentConsultant": true,
      "SiteIdName": "sample string 38",
      "OpenMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "CompletedMachineStatusInspectionDetail": [
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        },
        {
          "InspectionDate": "sample string 1",
          "InspectionType": "sample string 2",
          "InspectionScore": "sample string 3",
          "InspectionStaticText": "sample string 4",
          "InspectionAssignTo": "sample string 5",
          "IsInspectionCompleted": true
        }
      ],
      "LocalId": 39,
      "LocalCustomerId": 1,
      "LocalUserId": 40,
      "LocalResponsiblePersonId": 1,
      "LocalSiteId": 1,
      "ResponsiblePeoples": [
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "FirstName": "sample string 3",
          "LastName": "sample string 4",
          "FullName": "sample string 5",
          "EmailAddress": "sample string 6",
          "CompanyName": "sample string 7",
          "IsHide": true,
          "IsMailSend": true,
          "WeekNumber": 1,
          "CreatedBy": 10,
          "CreatedDate": "2025-08-29T20:22:16.4325672+00:00",
          "LastModifiedBy": 12,
          "LastModifiedDate": "2025-08-29T20:22:16.4325672+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:22:16.4325672+00:00",
          "InspectionId": 14,
          "InspectionInspectorId": 15,
          "InspectionIsCompleted": true,
          "LocalId": 17,
          "LocalCustomerId": 18
        }
      ]
    }
  ],
  "UserIds": [
    1,
    2
  ],
  "UserCompanyNames": [
    "sample string 1",
    "sample string 2"
  ],
  "IsRefresh": true
}

application/xml, text/xml

Sample:
<Tracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CompanyName>sample string 3</CompanyName>
  <CreatedBy>5</CreatedBy>
  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
  <Id>1</Id>
  <InspectionTypeId>8</InspectionTypeId>
  <IsConsultant>true</IsConsultant>
  <IsParentConsultant>true</IsParentConsultant>
  <IsRefresh>true</IsRefresh>
  <LastModifiedBy>7</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
  <Lines>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
  </Lines>
  <Locations>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
  </Locations>
  <LoginUserCreatedBy>19</LoginUserCreatedBy>
  <MachineAssetNumber>sample string 12</MachineAssetNumber>
  <MachineLine>sample string 16</MachineLine>
  <MachineLocation>sample string 14</MachineLocation>
  <MachineMachineType>sample string 13</MachineMachineType>
  <MachineSite>sample string 15</MachineSite>
  <RegulationQuestionName>sample string 10</RegulationQuestionName>
  <RoleId>9</RoleId>
  <Sites>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
    <Machine>
      <AirSupply>sample string 19</AirSupply>
      <AssetNumber>sample string 3</AssetNumber>
      <CompanyName>sample string 29</CompanyName>
      <CompletedInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CompletedInspections>
      <CompletedMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </CompletedMachineStatusInspectionDetail>
      <CreatedBy>21</CreatedBy>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CurrentRequirement>sample string 16</CurrentRequirement>
      <CustomerId>1</CustomerId>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 10</Description>
      <ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
      <Frequency>sample string 18</Frequency>
      <GADrawingNumber>sample string 13</GADrawingNumber>
      <HydraulicPressure>sample string 20</HydraulicPressure>
      <Id>1</Id>
      <ImagePath>sample string 25</ImagePath>
      <IsConsultant>true</IsConsultant>
      <IsParentConsultant>true</IsParentConsultant>
      <LastModifiedBy>23</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <Line>sample string 9</Line>
      <LocalCustomerId>1</LocalCustomerId>
      <LocalId>39</LocalId>
      <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
      <LocalSiteId>1</LocalSiteId>
      <LocalUserId>40</LocalUserId>
      <Location>sample string 7</Location>
      <MachineManufacturer>sample string 5</MachineManufacturer>
      <MachineType>sample string 4</MachineType>
      <MonthManufacturer>1</MonthManufacturer>
      <MonthPurchase>1</MonthPurchase>
      <NominalPower>sample string 17</NominalPower>
      <OpenInspections xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </OpenInspections>
      <OpenMachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
        <MachineStatusInspectionDetail>
          <InspectionAssignTo>sample string 5</InspectionAssignTo>
          <InspectionDate>sample string 1</InspectionDate>
          <InspectionScore>sample string 3</InspectionScore>
          <InspectionStaticText>sample string 4</InspectionStaticText>
          <InspectionType>sample string 2</InspectionType>
          <IsInspectionCompleted>true</IsInspectionCompleted>
        </MachineStatusInspectionDetail>
      </OpenMachineStatusInspectionDetail>
      <ParentId>1</ParentId>
      <ResponsiblePeoples>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
        <ResponsiblePeople>
          <CompanyName>sample string 7</CompanyName>
          <CreatedBy>10</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <EmailAddress>sample string 6</EmailAddress>
          <FirstName>sample string 3</FirstName>
          <FullName>sample string 5</FullName>
          <Id>1</Id>
          <InspectionId>14</InspectionId>
          <InspectionInspectorId>15</InspectionInspectorId>
          <InspectionIsCompleted>true</InspectionIsCompleted>
          <IsHide>true</IsHide>
          <IsMailSend>true</IsMailSend>
          <LastModifiedBy>12</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LastName>sample string 4</LastName>
          <LocalCustomerId>18</LocalCustomerId>
          <LocalId>17</LocalId>
          <WeekNumber>1</WeekNumber>
        </ResponsiblePeople>
      </ResponsiblePeoples>
      <ResponsiblePerson>sample string 12</ResponsiblePerson>
      <ResponsiblePersonId>1</ResponsiblePersonId>
      <Role>sample string 28</Role>
      <RoleId>26</RoleId>
      <ScopeOfAsset>sample string 11</ScopeOfAsset>
      <SerialNumber>sample string 6</SerialNumber>
      <Site>sample string 8</Site>
      <SiteId>1</SiteId>
      <SiteIdName>sample string 38</SiteIdName>
      <SupplyVoltage>sample string 15</SupplyVoltage>
      <TotalCompletedInspections>32</TotalCompletedInspections>
      <TotalInspection>31</TotalInspection>
      <TotalOpenInspections>33</TotalOpenInspections>
      <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
      <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
      <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
      <UserId>2</UserId>
      <UserName>sample string 27</UserName>
      <YearManufacturer>1</YearManufacturer>
      <YearPurchase>1</YearPurchase>
    </Machine>
  </Sites>
  <TrackerControlMeasure>
    <BgColor>sample string 9</BgColor>
    <ControlMeasure>
      <BgColor>sample string 18</BgColor>
      <ControlDegreeOfPossibleHarmId>24</ControlDegreeOfPossibleHarmId>
      <ControlFeRank>27</ControlFeRank>
      <ControlFrequencyOfExposureId>23</ControlFrequencyOfExposureId>
      <ControlHarmRank>28</ControlHarmRank>
      <ControlLikelihoodOfOccurrenceId>21</ControlLikelihoodOfOccurrenceId>
      <ControlLoRank>25</ControlLoRank>
      <ControlMeasureImages>
        <ControlMeasureImage>
          <ControlMeasureId>2</ControlMeasureId>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <Id>1</Id>
          <ImageBase64>sample string 8</ImageBase64>
          <ImagePath>sample string 3</ImagePath>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LocalControlMeasureId>10</LocalControlMeasureId>
          <LocalId>9</LocalId>
        </ControlMeasureImage>
        <ControlMeasureImage>
          <ControlMeasureId>2</ControlMeasureId>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <Id>1</Id>
          <ImageBase64>sample string 8</ImageBase64>
          <ImagePath>sample string 3</ImagePath>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LocalControlMeasureId>10</LocalControlMeasureId>
          <LocalId>9</LocalId>
        </ControlMeasureImage>
      </ControlMeasureImages>
      <ControlNumberOfPersonsAtRiskId>22</ControlNumberOfPersonsAtRiskId>
      <ControlRiskDesc>sample string 19</ControlRiskDesc>
      <ControlRiskRank>26</ControlRiskRank>
      <CreatedBy>10</CreatedBy>
      <CreatedByName>sample string 14</CreatedByName>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <CustomerId>29</CustomerId>
      <DegreeOfPossibleHarmId>7</DegreeOfPossibleHarmId>
      <DegreeOfPossibleHarmIdName>sample string 34</DegreeOfPossibleHarmIdName>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 4</Description>
      <FrequencyOfExposureId>6</FrequencyOfExposureId>
      <FrequencyOfExposureIdName>sample string 33</FrequencyOfExposureIdName>
      <Hazard>
        <ControlBgColor>sample string 17</ControlBgColor>
        <ControlMeasureDesc>sample string 18</ControlMeasureDesc>
        <CreatedBy>5</CreatedBy>
        <CreatedByName>sample string 6</CreatedByName>
        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
        <CustomerId>22</CustomerId>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
        <Description>sample string 2</Description>
        <HazardBgColor>sample string 16</HazardBgColor>
        <HazardDesc>sample string 15</HazardDesc>
        <HazardListCount>21</HazardListCount>
        <Id>1</Id>
        <ImplementedBgColor>sample string 19</ImplementedBgColor>
        <ImplementedControlDesc>sample string 20</ImplementedControlDesc>
        <Inspection>
          <Address>sample string 48</Address>
          <AssetNumber>sample string 3</AssetNumber>
          <BatchSerial>sample string 23</BatchSerial>
          <CEUKCAMarkingProcessId>103</CEUKCAMarkingProcessId>
          <CompanyName>sample string 45</CompanyName>
          <CompletedBy>1</CompletedBy>
          <CompletedByName>sample string 42</CompletedByName>
          <CompletedComments>sample string 17</CompletedComments>
          <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
          <ConformityTypeName>sample string 104</ConformityTypeName>
          <ConnectionToOtherMachinery>sample string 36</ConnectionToOtherMachinery>
          <ControlDegreeOfPossibleHarmId>85</ControlDegreeOfPossibleHarmId>
          <ControlFeRank>88</ControlFeRank>
          <ControlFrequencyOfExposureId>84</ControlFrequencyOfExposureId>
          <ControlHarmRank>89</ControlHarmRank>
          <ControlLikelihoodOfOccurrenceId>82</ControlLikelihoodOfOccurrenceId>
          <ControlLoRank>86</ControlLoRank>
          <ControlNumberOfPersonsAtRiskId>83</ControlNumberOfPersonsAtRiskId>
          <ControlRiskRank>87</ControlRiskRank>
          <CreatedBy>11</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <CustomerId>4</CustomerId>
          <CustomerLogoPath>sample string 53</CustomerLogoPath>
          <CustomerName>sample string 44</CustomerName>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <Description>sample string 28</Description>
          <Email>sample string 47</Email>
          <FunctionName>sample string 26</FunctionName>
          <HazardDegreeOfPossibleHarmId>76</HazardDegreeOfPossibleHarmId>
          <HazardDescId>70</HazardDescId>
          <HazardDescription>sample string 90</HazardDescription>
          <HazardFeRank>79</HazardFeRank>
          <HazardFrequencyOfExposureId>75</HazardFrequencyOfExposureId>
          <HazardHarmRank>80</HazardHarmRank>
          <HazardImg>sample string 69</HazardImg>
          <HazardLikelihoodOfOccurrenceId>73</HazardLikelihoodOfOccurrenceId>
          <HazardLoRank>77</HazardLoRank>
          <HazardNumberOfPersonsAtRiskId>74</HazardNumberOfPersonsAtRiskId>
          <HazardRiskRank>78</HazardRiskRank>
          <Id>1</Id>
          <InspectionColorCode>sample string 96</InspectionColorCode>
          <InspectionControlId>81</InspectionControlId>
          <InspectionDate>2025-08-29T20:22:16.4325672+00:00</InspectionDate>
          <InspectionDetailImage>
            <CreatedBy>10</CreatedBy>
            <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
            <Description1>sample string 4</Description1>
            <Description2>sample string 7</Description2>
            <DuplicateImagePath1>sample string 14</DuplicateImagePath1>
            <DuplicateImagePath2>sample string 15</DuplicateImagePath2>
            <Id>1</Id>
            <ImagePath1>sample string 5</ImagePath1>
            <ImagePath2>sample string 8</ImagePath2>
            <InspectionId>2</InspectionId>
            <IsAppDataUpdate>true</IsAppDataUpdate>
            <LastModifiedBy>12</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
            <Title1>sample string 3</Title1>
            <Title2>sample string 6</Title2>
          </InspectionDetailImage>
          <InspectionDue>1</InspectionDue>
          <InspectionHazardId>72</InspectionHazardId>
          <InspectionInternalNo>20</InspectionInternalNo>
          <InspectionIssues>
            <InspectionIssue>
              <Comment>sample string 5</Comment>
              <CompletedBy>1</CompletedBy>
              <CompletedByName>sample string 16</CompletedByName>
              <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
              <CreatedBy>9</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <CustomerId>15</CustomerId>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <Id>1</Id>
              <InspectionId>2</InspectionId>
              <IsComplete>true</IsComplete>
              <IssueComments>
                <IssueComment>
                  <Comment>sample string 3</Comment>
                  <CommentUserName>sample string 8</CommentUserName>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssueComment>
                <IssueComment>
                  <Comment>sample string 3</Comment>
                  <CommentUserName>sample string 8</CommentUserName>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssueComment>
              </IssueComments>
              <IssuePhotos>
                <IssuePhoto>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <ImageBase64>sample string 8</ImageBase64>
                  <ImagePath>sample string 3</ImagePath>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssuePhoto>
                <IssuePhoto>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <ImageBase64>sample string 8</ImageBase64>
                  <ImagePath>sample string 3</ImagePath>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssuePhoto>
              </IssuePhotos>
              <LastModifiedBy>11</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalAssignToId>13</LocalAssignToId>
              <LocalIsComplete>true</LocalIsComplete>
              <LocalResponsiblePersonId1>18</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>19</LocalResponsiblePersonId2>
              <ReferenceNumber>sample string 4</ReferenceNumber>
              <ReferenceNumberQRBase64>sample string 17</ReferenceNumberQRBase64>
              <ResolvedDate>2025-08-29T20:22:16.4325672+00:00</ResolvedDate>
              <ResponsiblePersonId1>6</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 7</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 8</ResponsiblePersonName2>
              <SeverityId>1</SeverityId>
              <Title>sample string 3</Title>
            </InspectionIssue>
            <InspectionIssue>
              <Comment>sample string 5</Comment>
              <CompletedBy>1</CompletedBy>
              <CompletedByName>sample string 16</CompletedByName>
              <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
              <CreatedBy>9</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <CustomerId>15</CustomerId>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <Id>1</Id>
              <InspectionId>2</InspectionId>
              <IsComplete>true</IsComplete>
              <IssueComments>
                <IssueComment>
                  <Comment>sample string 3</Comment>
                  <CommentUserName>sample string 8</CommentUserName>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssueComment>
                <IssueComment>
                  <Comment>sample string 3</Comment>
                  <CommentUserName>sample string 8</CommentUserName>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssueComment>
              </IssueComments>
              <IssuePhotos>
                <IssuePhoto>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <ImageBase64>sample string 8</ImageBase64>
                  <ImagePath>sample string 3</ImagePath>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssuePhoto>
                <IssuePhoto>
                  <CreatedBy>4</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <ImageBase64>sample string 8</ImageBase64>
                  <ImagePath>sample string 3</ImagePath>
                  <IssueId>2</IssueId>
                  <LastModifiedBy>6</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                </IssuePhoto>
              </IssuePhotos>
              <LastModifiedBy>11</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalAssignToId>13</LocalAssignToId>
              <LocalIsComplete>true</LocalIsComplete>
              <LocalResponsiblePersonId1>18</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>19</LocalResponsiblePersonId2>
              <ReferenceNumber>sample string 4</ReferenceNumber>
              <ReferenceNumberQRBase64>sample string 17</ReferenceNumberQRBase64>
              <ResolvedDate>2025-08-29T20:22:16.4325672+00:00</ResolvedDate>
              <ResponsiblePersonId1>6</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 7</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 8</ResponsiblePersonName2>
              <SeverityId>1</SeverityId>
              <Title>sample string 3</Title>
            </InspectionIssue>
          </InspectionIssues>
          <InspectionName>sample string 16</InspectionName>
          <InspectionPercent>sample string 95</InspectionPercent>
          <InspectionSite>sample string 93</InspectionSite>
          <InspectionTemplateId>1</InspectionTemplateId>
          <InspectionType>sample string 43</InspectionType>
          <InspectionTypeId>2</InspectionTypeId>
          <Inspection_AnswerTypeId>1</Inspection_AnswerTypeId>
          <Inspector>sample string 62</Inspector>
          <InspectorCompanyName>sample string 65</InspectorCompanyName>
          <InspectorEmail>sample string 63</InspectorEmail>
          <InspectorId>5</InspectorId>
          <InspectorTelephone>sample string 64</InspectorTelephone>
          <IntendedUse>sample string 30</IntendedUse>
          <Interfaces>sample string 35</Interfaces>
          <IsAnwsered>true</IsAnwsered>
          <IsCEUKCA>true</IsCEUKCA>
          <IsCompleted>true</IsCompleted>
          <IsDraftWatermark>true</IsDraftWatermark>
          <IsInspectionDetailImage>true</IsInspectionDetailImage>
          <IsLock>true</IsLock>
          <IsWithoutRiskAssessment>true</IsWithoutRiskAssessment>
          <LastModifiedBy>13</LastModifiedBy>
          <LastModifiedByUser>sample string 49</LastModifiedByUser>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LimitsOfUse>sample string 29</LimitsOfUse>
          <Line>sample string 10</Line>
          <LocalCustomerId>40</LocalCustomerId>
          <LocalId>39</LocalId>
          <LocalMachineId>41</LocalMachineId>
          <Location>sample string 7</Location>
          <LockInBy>1</LockInBy>
          <LockInByName>sample string 92</LockInByName>
          <LockInDate>2025-08-29T20:22:16.4325672+00:00</LockInDate>
          <LockOutBy>1</LockOutBy>
          <LockOutDate>2025-08-29T20:22:16.4325672+00:00</LockOutDate>
          <LoginUserId>1</LoginUserId>
          <MDRARiskAssessments>
            <MDRARiskAssessment>
              <CompletedBy>1</CompletedBy>
              <CompletedByName>sample string 21</CompletedByName>
              <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
              <CreatedBy>15</CreatedBy>
              <CreatedByName>sample string 22</CreatedByName>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <CustomerId>24</CustomerId>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <HazardDescription>sample string 13</HazardDescription>
              <HazardSourceId>8</HazardSourceId>
              <HazardSourceName>sample string 9</HazardSourceName>
              <HazardTypeId>6</HazardTypeId>
              <HazardTypeName>sample string 7</HazardTypeName>
              <Id>1</Id>
              <InspectionCustomerId>27</InspectionCustomerId>
              <InspectionId>2</InspectionId>
              <InspectionInspectorId>25</InspectionInspectorId>
              <InspectionIsCompleted>true</InspectionIsCompleted>
              <InspectionLocalId>30</InspectionLocalId>
              <IsComplete>true</IsComplete>
              <IsPopUpClose>true</IsPopUpClose>
              <IsRiskSufficientlyReduced>true</IsRiskSufficientlyReduced>
              <LastModifiedBy>17</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LifeCycleId>10</LifeCycleId>
              <LifeCycleName>sample string 11</LifeCycleName>
              <LocalId>29</LocalId>
              <LocalResponsiblePersonId1>31</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>32</LocalResponsiblePersonId2>
              <MDRARiskAssessmentLine>
                <CMBgColor>sample string 24</CMBgColor>
                <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                <CMDescription>sample string 11</CMDescription>
                <CMENPLR>sample string 12</CMENPLR>
                <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                <CMRiskDescription>sample string 25</CMRiskDescription>
                <CMScore>1</CMScore>
                <CommentUserName>sample string 19</CommentUserName>
                <CompletedByName>sample string 21</CompletedByName>
                <ControlTypeId>4</ControlTypeId>
                <ControlTypeIdName>sample string 29</ControlTypeIdName>
                <CreatedBy>13</CreatedBy>
                <CreatedByName>sample string 20</CreatedByName>
                <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                <IRBgColor>sample string 22</IRBgColor>
                <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                <IRENPLR>sample string 10</IRENPLR>
                <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                <IRRiskDescription>sample string 23</IRRiskDescription>
                <IRScore>9</IRScore>
                <Id>1</Id>
                <InspectionCustomerId>28</InspectionCustomerId>
                <InspectionId>30</InspectionId>
                <InspectionInspectorId>26</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                <LastModifiedBy>15</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                <LocalId>17</LocalId>
                <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                <MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLinePhoto>
                    <CreatedBy>4</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 8</ImageBase64>
                    <ImagePath>sample string 3</ImagePath>
                    <LastModifiedBy>6</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>9</LocalId>
                    <MDRALineLocalId>10</MDRALineLocalId>
                    <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                  </MDRARiskAssessmentLinePhoto>
                  <MDRARiskAssessmentLinePhoto>
                    <CreatedBy>4</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 8</ImageBase64>
                    <ImagePath>sample string 3</ImagePath>
                    <LastModifiedBy>6</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>9</LocalId>
                    <MDRALineLocalId>10</MDRALineLocalId>
                    <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                  </MDRARiskAssessmentLinePhoto>
                </MDRARiskAssessmentLinePhotos>
                <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                <SequenceNo>3</SequenceNo>
              </MDRARiskAssessmentLine>
              <MDRARiskAssessmentLineLister>
                <InspectionInspectorId>2</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <MDRARiskAssessmentId>1</MDRARiskAssessmentId>
                <MDRARiskAssessmentIsCompleted>true</MDRARiskAssessmentIsCompleted>
                <MDRARiskAssessmentLines>
                  <MDRARiskAssessmentLine>
                    <CMBgColor>sample string 24</CMBgColor>
                    <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                    <CMDescription>sample string 11</CMDescription>
                    <CMENPLR>sample string 12</CMENPLR>
                    <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                    <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                    <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                    <CMRiskDescription>sample string 25</CMRiskDescription>
                    <CMScore>1</CMScore>
                    <CommentUserName>sample string 19</CommentUserName>
                    <CompletedByName>sample string 21</CompletedByName>
                    <ControlTypeId>4</ControlTypeId>
                    <ControlTypeIdName>sample string 29</ControlTypeIdName>
                    <CreatedBy>13</CreatedBy>
                    <CreatedByName>sample string 20</CreatedByName>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <IRBgColor>sample string 22</IRBgColor>
                    <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                    <IRENPLR>sample string 10</IRENPLR>
                    <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                    <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                    <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                    <IRRiskDescription>sample string 23</IRRiskDescription>
                    <IRScore>9</IRScore>
                    <Id>1</Id>
                    <InspectionCustomerId>28</InspectionCustomerId>
                    <InspectionId>30</InspectionId>
                    <InspectionInspectorId>26</InspectionInspectorId>
                    <InspectionIsCompleted>true</InspectionIsCompleted>
                    <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                    <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                    <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                    <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                    <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                    <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                    <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                    <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                    <LastModifiedBy>15</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>17</LocalId>
                    <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                    <MDRARiskAssessmentLinePhotos>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                    </MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                    <SequenceNo>3</SequenceNo>
                  </MDRARiskAssessmentLine>
                  <MDRARiskAssessmentLine>
                    <CMBgColor>sample string 24</CMBgColor>
                    <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                    <CMDescription>sample string 11</CMDescription>
                    <CMENPLR>sample string 12</CMENPLR>
                    <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                    <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                    <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                    <CMRiskDescription>sample string 25</CMRiskDescription>
                    <CMScore>1</CMScore>
                    <CommentUserName>sample string 19</CommentUserName>
                    <CompletedByName>sample string 21</CompletedByName>
                    <ControlTypeId>4</ControlTypeId>
                    <ControlTypeIdName>sample string 29</ControlTypeIdName>
                    <CreatedBy>13</CreatedBy>
                    <CreatedByName>sample string 20</CreatedByName>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <IRBgColor>sample string 22</IRBgColor>
                    <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                    <IRENPLR>sample string 10</IRENPLR>
                    <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                    <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                    <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                    <IRRiskDescription>sample string 23</IRRiskDescription>
                    <IRScore>9</IRScore>
                    <Id>1</Id>
                    <InspectionCustomerId>28</InspectionCustomerId>
                    <InspectionId>30</InspectionId>
                    <InspectionInspectorId>26</InspectionInspectorId>
                    <InspectionIsCompleted>true</InspectionIsCompleted>
                    <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                    <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                    <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                    <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                    <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                    <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                    <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                    <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                    <LastModifiedBy>15</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>17</LocalId>
                    <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                    <MDRARiskAssessmentLinePhotos>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                    </MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                    <SequenceNo>3</SequenceNo>
                  </MDRARiskAssessmentLine>
                </MDRARiskAssessmentLines>
                <Pager>
                  <CurrentPage>4</CurrentPage>
                  <PageSize>1</PageSize>
                  <Skip>3</Skip>
                  <Take>2</Take>
                  <TotalPage>sample string 5</TotalPage>
                  <TotalRecord>6</TotalRecord>
                </Pager>
                <SearchCriteria>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </SearchCriteria>
              </MDRARiskAssessmentLineLister>
              <MDRARiskAssessmentLines>
                <MDRARiskAssessmentLine>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </MDRARiskAssessmentLine>
                <MDRARiskAssessmentLine>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </MDRARiskAssessmentLine>
              </MDRARiskAssessmentLines>
              <PartOfMachine>sample string 5</PartOfMachine>
              <ReferenceNo>sample string 4</ReferenceNo>
              <ReferenceNoQRBase64>sample string 23</ReferenceNoQRBase64>
              <ResidualRisk>sample string 14</ResidualRisk>
              <ResponsiblePersonId1>12</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 19</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 20</ResponsiblePersonName2>
              <RiskSufficientlyReducedBy>1</RiskSufficientlyReducedBy>
              <RiskSufficientlyReducedByName>sample string 33</RiskSufficientlyReducedByName>
              <RiskSufficientlyReducedDate>2025-08-29T20:22:16.4325672+00:00</RiskSufficientlyReducedDate>
              <StatusCode>sample string 28</StatusCode>
              <Title>sample string 3</Title>
              <WebInspectionInspectorId>35</WebInspectionInspectorId>
              <WebInspectionIsCompleted>true</WebInspectionIsCompleted>
            </MDRARiskAssessment>
            <MDRARiskAssessment>
              <CompletedBy>1</CompletedBy>
              <CompletedByName>sample string 21</CompletedByName>
              <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
              <CreatedBy>15</CreatedBy>
              <CreatedByName>sample string 22</CreatedByName>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <CustomerId>24</CustomerId>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <HazardDescription>sample string 13</HazardDescription>
              <HazardSourceId>8</HazardSourceId>
              <HazardSourceName>sample string 9</HazardSourceName>
              <HazardTypeId>6</HazardTypeId>
              <HazardTypeName>sample string 7</HazardTypeName>
              <Id>1</Id>
              <InspectionCustomerId>27</InspectionCustomerId>
              <InspectionId>2</InspectionId>
              <InspectionInspectorId>25</InspectionInspectorId>
              <InspectionIsCompleted>true</InspectionIsCompleted>
              <InspectionLocalId>30</InspectionLocalId>
              <IsComplete>true</IsComplete>
              <IsPopUpClose>true</IsPopUpClose>
              <IsRiskSufficientlyReduced>true</IsRiskSufficientlyReduced>
              <LastModifiedBy>17</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LifeCycleId>10</LifeCycleId>
              <LifeCycleName>sample string 11</LifeCycleName>
              <LocalId>29</LocalId>
              <LocalResponsiblePersonId1>31</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>32</LocalResponsiblePersonId2>
              <MDRARiskAssessmentLine>
                <CMBgColor>sample string 24</CMBgColor>
                <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                <CMDescription>sample string 11</CMDescription>
                <CMENPLR>sample string 12</CMENPLR>
                <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                <CMRiskDescription>sample string 25</CMRiskDescription>
                <CMScore>1</CMScore>
                <CommentUserName>sample string 19</CommentUserName>
                <CompletedByName>sample string 21</CompletedByName>
                <ControlTypeId>4</ControlTypeId>
                <ControlTypeIdName>sample string 29</ControlTypeIdName>
                <CreatedBy>13</CreatedBy>
                <CreatedByName>sample string 20</CreatedByName>
                <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                <IRBgColor>sample string 22</IRBgColor>
                <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                <IRENPLR>sample string 10</IRENPLR>
                <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                <IRRiskDescription>sample string 23</IRRiskDescription>
                <IRScore>9</IRScore>
                <Id>1</Id>
                <InspectionCustomerId>28</InspectionCustomerId>
                <InspectionId>30</InspectionId>
                <InspectionInspectorId>26</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                <LastModifiedBy>15</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                <LocalId>17</LocalId>
                <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                <MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLinePhoto>
                    <CreatedBy>4</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 8</ImageBase64>
                    <ImagePath>sample string 3</ImagePath>
                    <LastModifiedBy>6</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>9</LocalId>
                    <MDRALineLocalId>10</MDRALineLocalId>
                    <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                  </MDRARiskAssessmentLinePhoto>
                  <MDRARiskAssessmentLinePhoto>
                    <CreatedBy>4</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 8</ImageBase64>
                    <ImagePath>sample string 3</ImagePath>
                    <LastModifiedBy>6</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>9</LocalId>
                    <MDRALineLocalId>10</MDRALineLocalId>
                    <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                  </MDRARiskAssessmentLinePhoto>
                </MDRARiskAssessmentLinePhotos>
                <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                <SequenceNo>3</SequenceNo>
              </MDRARiskAssessmentLine>
              <MDRARiskAssessmentLineLister>
                <InspectionInspectorId>2</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <MDRARiskAssessmentId>1</MDRARiskAssessmentId>
                <MDRARiskAssessmentIsCompleted>true</MDRARiskAssessmentIsCompleted>
                <MDRARiskAssessmentLines>
                  <MDRARiskAssessmentLine>
                    <CMBgColor>sample string 24</CMBgColor>
                    <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                    <CMDescription>sample string 11</CMDescription>
                    <CMENPLR>sample string 12</CMENPLR>
                    <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                    <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                    <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                    <CMRiskDescription>sample string 25</CMRiskDescription>
                    <CMScore>1</CMScore>
                    <CommentUserName>sample string 19</CommentUserName>
                    <CompletedByName>sample string 21</CompletedByName>
                    <ControlTypeId>4</ControlTypeId>
                    <ControlTypeIdName>sample string 29</ControlTypeIdName>
                    <CreatedBy>13</CreatedBy>
                    <CreatedByName>sample string 20</CreatedByName>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <IRBgColor>sample string 22</IRBgColor>
                    <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                    <IRENPLR>sample string 10</IRENPLR>
                    <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                    <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                    <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                    <IRRiskDescription>sample string 23</IRRiskDescription>
                    <IRScore>9</IRScore>
                    <Id>1</Id>
                    <InspectionCustomerId>28</InspectionCustomerId>
                    <InspectionId>30</InspectionId>
                    <InspectionInspectorId>26</InspectionInspectorId>
                    <InspectionIsCompleted>true</InspectionIsCompleted>
                    <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                    <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                    <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                    <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                    <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                    <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                    <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                    <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                    <LastModifiedBy>15</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>17</LocalId>
                    <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                    <MDRARiskAssessmentLinePhotos>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                    </MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                    <SequenceNo>3</SequenceNo>
                  </MDRARiskAssessmentLine>
                  <MDRARiskAssessmentLine>
                    <CMBgColor>sample string 24</CMBgColor>
                    <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                    <CMDescription>sample string 11</CMDescription>
                    <CMENPLR>sample string 12</CMENPLR>
                    <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                    <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                    <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                    <CMRiskDescription>sample string 25</CMRiskDescription>
                    <CMScore>1</CMScore>
                    <CommentUserName>sample string 19</CommentUserName>
                    <CompletedByName>sample string 21</CompletedByName>
                    <ControlTypeId>4</ControlTypeId>
                    <ControlTypeIdName>sample string 29</ControlTypeIdName>
                    <CreatedBy>13</CreatedBy>
                    <CreatedByName>sample string 20</CreatedByName>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <IRBgColor>sample string 22</IRBgColor>
                    <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                    <IRENPLR>sample string 10</IRENPLR>
                    <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                    <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                    <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                    <IRRiskDescription>sample string 23</IRRiskDescription>
                    <IRScore>9</IRScore>
                    <Id>1</Id>
                    <InspectionCustomerId>28</InspectionCustomerId>
                    <InspectionId>30</InspectionId>
                    <InspectionInspectorId>26</InspectionInspectorId>
                    <InspectionIsCompleted>true</InspectionIsCompleted>
                    <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                    <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                    <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                    <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                    <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                    <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                    <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                    <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                    <LastModifiedBy>15</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>17</LocalId>
                    <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                    <MDRARiskAssessmentLinePhotos>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                      <MDRARiskAssessmentLinePhoto>
                        <CreatedBy>4</CreatedBy>
                        <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                        <DeletedBy>1</DeletedBy>
                        <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                        <Id>1</Id>
                        <ImageBase64>sample string 8</ImageBase64>
                        <ImagePath>sample string 3</ImagePath>
                        <LastModifiedBy>6</LastModifiedBy>
                        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                        <LocalId>9</LocalId>
                        <MDRALineLocalId>10</MDRALineLocalId>
                        <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                      </MDRARiskAssessmentLinePhoto>
                    </MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                    <SequenceNo>3</SequenceNo>
                  </MDRARiskAssessmentLine>
                </MDRARiskAssessmentLines>
                <Pager>
                  <CurrentPage>4</CurrentPage>
                  <PageSize>1</PageSize>
                  <Skip>3</Skip>
                  <Take>2</Take>
                  <TotalPage>sample string 5</TotalPage>
                  <TotalRecord>6</TotalRecord>
                </Pager>
                <SearchCriteria>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </SearchCriteria>
              </MDRARiskAssessmentLineLister>
              <MDRARiskAssessmentLines>
                <MDRARiskAssessmentLine>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </MDRARiskAssessmentLine>
                <MDRARiskAssessmentLine>
                  <CMBgColor>sample string 24</CMBgColor>
                  <CMDegreeOfPossibleHarmId>1</CMDegreeOfPossibleHarmId>
                  <CMDescription>sample string 11</CMDescription>
                  <CMENPLR>sample string 12</CMENPLR>
                  <CMFrequencyOfExposureId>1</CMFrequencyOfExposureId>
                  <CMLikelihoodOfOccurrenceId>1</CMLikelihoodOfOccurrenceId>
                  <CMNumberOfPersonsAtRiskId>1</CMNumberOfPersonsAtRiskId>
                  <CMRiskDescription>sample string 25</CMRiskDescription>
                  <CMScore>1</CMScore>
                  <CommentUserName>sample string 19</CommentUserName>
                  <CompletedByName>sample string 21</CompletedByName>
                  <ControlTypeId>4</ControlTypeId>
                  <ControlTypeIdName>sample string 29</ControlTypeIdName>
                  <CreatedBy>13</CreatedBy>
                  <CreatedByName>sample string 20</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <IRBgColor>sample string 22</IRBgColor>
                  <IRDegreeOfPossibleHarmId>7</IRDegreeOfPossibleHarmId>
                  <IRENPLR>sample string 10</IRENPLR>
                  <IRFrequencyOfExposureId>6</IRFrequencyOfExposureId>
                  <IRLikelihoodOfOccurrenceId>5</IRLikelihoodOfOccurrenceId>
                  <IRNumberOfPersonsAtRiskId>8</IRNumberOfPersonsAtRiskId>
                  <IRRiskDescription>sample string 23</IRRiskDescription>
                  <IRScore>9</IRScore>
                  <Id>1</Id>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionId>30</InspectionId>
                  <InspectionInspectorId>26</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <KeyNoCMDegreeOfPossibleHarmId>37</KeyNoCMDegreeOfPossibleHarmId>
                  <KeyNoCMFrequencyOfExposureId>36</KeyNoCMFrequencyOfExposureId>
                  <KeyNoCMLikelihoodOfOccurrenceId>35</KeyNoCMLikelihoodOfOccurrenceId>
                  <KeyNoCMNumberOfPersonsAtRiskId>38</KeyNoCMNumberOfPersonsAtRiskId>
                  <KeyNoIRDegreeOfPossibleHarmId>33</KeyNoIRDegreeOfPossibleHarmId>
                  <KeyNoIRFrequencyOfExposureId>32</KeyNoIRFrequencyOfExposureId>
                  <KeyNoIRLikelihoodOfOccurrenceId>31</KeyNoIRLikelihoodOfOccurrenceId>
                  <KeyNoIRNumberOfPersonsAtRiskId>34</KeyNoIRNumberOfPersonsAtRiskId>
                  <LastModifiedBy>15</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LocalId>17</LocalId>
                  <MDRARiskAssessmentId>2</MDRARiskAssessmentId>
                  <MDRARiskAssessmentLinePhotos>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                    <MDRARiskAssessmentLinePhoto>
                      <CreatedBy>4</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 8</ImageBase64>
                      <ImagePath>sample string 3</ImagePath>
                      <LastModifiedBy>6</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>9</LocalId>
                      <MDRALineLocalId>10</MDRALineLocalId>
                      <MDRARiskAssessmentLineId>2</MDRARiskAssessmentLineId>
                    </MDRARiskAssessmentLinePhoto>
                  </MDRARiskAssessmentLinePhotos>
                  <MDRARiskAssessmentLocalId>18</MDRARiskAssessmentLocalId>
                  <SequenceNo>3</SequenceNo>
                </MDRARiskAssessmentLine>
              </MDRARiskAssessmentLines>
              <PartOfMachine>sample string 5</PartOfMachine>
              <ReferenceNo>sample string 4</ReferenceNo>
              <ReferenceNoQRBase64>sample string 23</ReferenceNoQRBase64>
              <ResidualRisk>sample string 14</ResidualRisk>
              <ResponsiblePersonId1>12</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 19</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 20</ResponsiblePersonName2>
              <RiskSufficientlyReducedBy>1</RiskSufficientlyReducedBy>
              <RiskSufficientlyReducedByName>sample string 33</RiskSufficientlyReducedByName>
              <RiskSufficientlyReducedDate>2025-08-29T20:22:16.4325672+00:00</RiskSufficientlyReducedDate>
              <StatusCode>sample string 28</StatusCode>
              <Title>sample string 3</Title>
              <WebInspectionInspectorId>35</WebInspectionInspectorId>
              <WebInspectionIsCompleted>true</WebInspectionIsCompleted>
            </MDRARiskAssessment>
          </MDRARiskAssessments>
          <MachineId>1</MachineId>
          <MachineInfoId>1</MachineInfoId>
          <MachineLine>sample string 58</MachineLine>
          <MachineLocation>sample string 57</MachineLocation>
          <MachineManufacturer>sample string 56</MachineManufacturer>
          <MachineName>sample string 54</MachineName>
          <MachineResponsiblePerson>sample string 60</MachineResponsiblePerson>
          <MachineSerialNumber>sample string 55</MachineSerialNumber>
          <MachineSite>sample string 59</MachineSite>
          <MachineType>sample string 61</MachineType>
          <MachineTypeName>sample string 105</MachineTypeName>
          <Machine_Image>sample string 94</Machine_Image>
          <Manufacturer>sample string 8</Manufacturer>
          <ModelType>sample string 24</ModelType>
          <NameOfManufacturer>sample string 25</NameOfManufacturer>
          <NameOfSignatory>sample string 27</NameOfSignatory>
          <Notes>sample string 15</Notes>
          <OldInspectionId>108</OldInspectionId>
          <OperationalDescription>sample string 31</OperationalDescription>
          <ParentId>1</ParentId>
          <ProcessSequenceAndManualIntervention>sample string 34</ProcessSequenceAndManualIntervention>
          <Product>sample string 22</Product>
          <ReasonablyForeseeableMisuse>sample string 32</ReasonablyForeseeableMisuse>
          <RequiredPerformanceLevel>sample string 38</RequiredPerformanceLevel>
          <RiskAssessments>
            <RiskAssessment>
              <CompletedByName>sample string 22</CompletedByName>
              <CreatedBy>10</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <HazardSourceId>7</HazardSourceId>
              <HazardSourceName>sample string 15</HazardSourceName>
              <HazardTypeId>6</HazardTypeId>
              <HazardTypeName>sample string 14</HazardTypeName>
              <Id>1</Id>
              <ImplementIsCompleted>true</ImplementIsCompleted>
              <InspectionCustomerId>25</InspectionCustomerId>
              <InspectionId>2</InspectionId>
              <InspectionLocalId>18</InspectionLocalId>
              <LastModifiedBy>12</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LifeCycleId>9</LifeCycleId>
              <LifeCycleName>sample string 16</LifeCycleName>
              <LocalId>17</LocalId>
              <LocalResponsiblePersonId1>19</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>1</LocalResponsiblePersonId2>
              <PartOfMachine>sample string 8</PartOfMachine>
              <ReferenceNo>sample string 5</ReferenceNo>
              <ReferenceNoQRBase64>sample string 23</ReferenceNoQRBase64>
              <ResponsiblePersonId1>3</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 20</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 21</ResponsiblePersonName2>
              <RiskAssessmentLine>
                <BgColor>sample string 23</BgColor>
                <CommentUserName>sample string 20</CommentUserName>
                <CompletedBy>1</CompletedBy>
                <CompletedByName>sample string 22</CompletedByName>
                <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                <CreatedBy>12</CreatedBy>
                <CreatedByName>sample string 21</CreatedByName>
                <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                <Description>sample string 5</Description>
                <ENPLR>sample string 17</ENPLR>
                <FrequencyOfExposureId>7</FrequencyOfExposureId>
                <Id>1</Id>
                <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                <InspectionCustomerId>28</InspectionCustomerId>
                <InspectionInspectorId>25</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <IsCompleted>true</IsCompleted>
                <LastModifiedBy>14</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                <LocalId>18</LocalId>
                <MeasureType>sample string 4</MeasureType>
                <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                <ResidualRisk>sample string 16</ResidualRisk>
                <RiskAssessmentId>2</RiskAssessmentId>
                <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                <RiskAssessmentPhotos>
                  <RiskAssessmentPhoto>
                    <CreatedBy>5</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 9</ImageBase64>
                    <ImagePath>sample string 4</ImagePath>
                    <LastModifiedBy>7</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>10</LocalId>
                    <RiskAssessmentLineId>2</RiskAssessmentLineId>
                    <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                    <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  </RiskAssessmentPhoto>
                  <RiskAssessmentPhoto>
                    <CreatedBy>5</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 9</ImageBase64>
                    <ImagePath>sample string 4</ImagePath>
                    <LastModifiedBy>7</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>10</LocalId>
                    <RiskAssessmentLineId>2</RiskAssessmentLineId>
                    <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                    <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  </RiskAssessmentPhoto>
                </RiskAssessmentPhotos>
                <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                <RiskDescription>sample string 24</RiskDescription>
                <Score>10</Score>
              </RiskAssessmentLine>
              <RiskAssessmentLines>
                <RiskAssessmentLine>
                  <BgColor>sample string 23</BgColor>
                  <CommentUserName>sample string 20</CommentUserName>
                  <CompletedBy>1</CompletedBy>
                  <CompletedByName>sample string 22</CompletedByName>
                  <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                  <CreatedBy>12</CreatedBy>
                  <CreatedByName>sample string 21</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Description>sample string 5</Description>
                  <ENPLR>sample string 17</ENPLR>
                  <FrequencyOfExposureId>7</FrequencyOfExposureId>
                  <Id>1</Id>
                  <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionInspectorId>25</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <IsCompleted>true</IsCompleted>
                  <LastModifiedBy>14</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                  <LocalId>18</LocalId>
                  <MeasureType>sample string 4</MeasureType>
                  <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                  <ResidualRisk>sample string 16</ResidualRisk>
                  <RiskAssessmentId>2</RiskAssessmentId>
                  <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                  <RiskAssessmentPhotos>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                  </RiskAssessmentPhotos>
                  <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  <RiskDescription>sample string 24</RiskDescription>
                  <Score>10</Score>
                </RiskAssessmentLine>
                <RiskAssessmentLine>
                  <BgColor>sample string 23</BgColor>
                  <CommentUserName>sample string 20</CommentUserName>
                  <CompletedBy>1</CompletedBy>
                  <CompletedByName>sample string 22</CompletedByName>
                  <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                  <CreatedBy>12</CreatedBy>
                  <CreatedByName>sample string 21</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Description>sample string 5</Description>
                  <ENPLR>sample string 17</ENPLR>
                  <FrequencyOfExposureId>7</FrequencyOfExposureId>
                  <Id>1</Id>
                  <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionInspectorId>25</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <IsCompleted>true</IsCompleted>
                  <LastModifiedBy>14</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                  <LocalId>18</LocalId>
                  <MeasureType>sample string 4</MeasureType>
                  <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                  <ResidualRisk>sample string 16</ResidualRisk>
                  <RiskAssessmentId>2</RiskAssessmentId>
                  <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                  <RiskAssessmentPhotos>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                  </RiskAssessmentPhotos>
                  <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  <RiskDescription>sample string 24</RiskDescription>
                  <Score>10</Score>
                </RiskAssessmentLine>
              </RiskAssessmentLines>
              <Title>sample string 4</Title>
            </RiskAssessment>
            <RiskAssessment>
              <CompletedByName>sample string 22</CompletedByName>
              <CreatedBy>10</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <HazardSourceId>7</HazardSourceId>
              <HazardSourceName>sample string 15</HazardSourceName>
              <HazardTypeId>6</HazardTypeId>
              <HazardTypeName>sample string 14</HazardTypeName>
              <Id>1</Id>
              <ImplementIsCompleted>true</ImplementIsCompleted>
              <InspectionCustomerId>25</InspectionCustomerId>
              <InspectionId>2</InspectionId>
              <InspectionLocalId>18</InspectionLocalId>
              <LastModifiedBy>12</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LifeCycleId>9</LifeCycleId>
              <LifeCycleName>sample string 16</LifeCycleName>
              <LocalId>17</LocalId>
              <LocalResponsiblePersonId1>19</LocalResponsiblePersonId1>
              <LocalResponsiblePersonId2>1</LocalResponsiblePersonId2>
              <PartOfMachine>sample string 8</PartOfMachine>
              <ReferenceNo>sample string 5</ReferenceNo>
              <ReferenceNoQRBase64>sample string 23</ReferenceNoQRBase64>
              <ResponsiblePersonId1>3</ResponsiblePersonId1>
              <ResponsiblePersonId2>1</ResponsiblePersonId2>
              <ResponsiblePersonName>sample string 20</ResponsiblePersonName>
              <ResponsiblePersonName2>sample string 21</ResponsiblePersonName2>
              <RiskAssessmentLine>
                <BgColor>sample string 23</BgColor>
                <CommentUserName>sample string 20</CommentUserName>
                <CompletedBy>1</CompletedBy>
                <CompletedByName>sample string 22</CompletedByName>
                <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                <CreatedBy>12</CreatedBy>
                <CreatedByName>sample string 21</CreatedByName>
                <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                <Description>sample string 5</Description>
                <ENPLR>sample string 17</ENPLR>
                <FrequencyOfExposureId>7</FrequencyOfExposureId>
                <Id>1</Id>
                <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                <InspectionCustomerId>28</InspectionCustomerId>
                <InspectionInspectorId>25</InspectionInspectorId>
                <InspectionIsCompleted>true</InspectionIsCompleted>
                <IsCompleted>true</IsCompleted>
                <LastModifiedBy>14</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                <LocalId>18</LocalId>
                <MeasureType>sample string 4</MeasureType>
                <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                <ResidualRisk>sample string 16</ResidualRisk>
                <RiskAssessmentId>2</RiskAssessmentId>
                <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                <RiskAssessmentPhotos>
                  <RiskAssessmentPhoto>
                    <CreatedBy>5</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 9</ImageBase64>
                    <ImagePath>sample string 4</ImagePath>
                    <LastModifiedBy>7</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>10</LocalId>
                    <RiskAssessmentLineId>2</RiskAssessmentLineId>
                    <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                    <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  </RiskAssessmentPhoto>
                  <RiskAssessmentPhoto>
                    <CreatedBy>5</CreatedBy>
                    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                    <DeletedBy>1</DeletedBy>
                    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                    <Id>1</Id>
                    <ImageBase64>sample string 9</ImageBase64>
                    <ImagePath>sample string 4</ImagePath>
                    <LastModifiedBy>7</LastModifiedBy>
                    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                    <LocalId>10</LocalId>
                    <RiskAssessmentLineId>2</RiskAssessmentLineId>
                    <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                    <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  </RiskAssessmentPhoto>
                </RiskAssessmentPhotos>
                <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                <RiskDescription>sample string 24</RiskDescription>
                <Score>10</Score>
              </RiskAssessmentLine>
              <RiskAssessmentLines>
                <RiskAssessmentLine>
                  <BgColor>sample string 23</BgColor>
                  <CommentUserName>sample string 20</CommentUserName>
                  <CompletedBy>1</CompletedBy>
                  <CompletedByName>sample string 22</CompletedByName>
                  <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                  <CreatedBy>12</CreatedBy>
                  <CreatedByName>sample string 21</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Description>sample string 5</Description>
                  <ENPLR>sample string 17</ENPLR>
                  <FrequencyOfExposureId>7</FrequencyOfExposureId>
                  <Id>1</Id>
                  <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionInspectorId>25</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <IsCompleted>true</IsCompleted>
                  <LastModifiedBy>14</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                  <LocalId>18</LocalId>
                  <MeasureType>sample string 4</MeasureType>
                  <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                  <ResidualRisk>sample string 16</ResidualRisk>
                  <RiskAssessmentId>2</RiskAssessmentId>
                  <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                  <RiskAssessmentPhotos>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                  </RiskAssessmentPhotos>
                  <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  <RiskDescription>sample string 24</RiskDescription>
                  <Score>10</Score>
                </RiskAssessmentLine>
                <RiskAssessmentLine>
                  <BgColor>sample string 23</BgColor>
                  <CommentUserName>sample string 20</CommentUserName>
                  <CompletedBy>1</CompletedBy>
                  <CompletedByName>sample string 22</CompletedByName>
                  <CompletedDate>2025-08-29T20:22:16.4325672+00:00</CompletedDate>
                  <CreatedBy>12</CreatedBy>
                  <CreatedByName>sample string 21</CreatedByName>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DegreeOfPossibleHarmId>8</DegreeOfPossibleHarmId>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Description>sample string 5</Description>
                  <ENPLR>sample string 17</ENPLR>
                  <FrequencyOfExposureId>7</FrequencyOfExposureId>
                  <Id>1</Id>
                  <ImplementedControlIsCompleted>true</ImplementedControlIsCompleted>
                  <InspectionCustomerId>28</InspectionCustomerId>
                  <InspectionInspectorId>25</InspectionInspectorId>
                  <InspectionIsCompleted>true</InspectionIsCompleted>
                  <IsCompleted>true</IsCompleted>
                  <LastModifiedBy>14</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <LikelihoodOfOccurrenceId>6</LikelihoodOfOccurrenceId>
                  <LocalId>18</LocalId>
                  <MeasureType>sample string 4</MeasureType>
                  <NumberOfPersonsAtRiskId>9</NumberOfPersonsAtRiskId>
                  <ResidualRisk>sample string 16</ResidualRisk>
                  <RiskAssessmentId>2</RiskAssessmentId>
                  <RiskAssessmentLocalId>19</RiskAssessmentLocalId>
                  <RiskAssessmentPhotos>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                    <RiskAssessmentPhoto>
                      <CreatedBy>5</CreatedBy>
                      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                      <DeletedBy>1</DeletedBy>
                      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                      <Id>1</Id>
                      <ImageBase64>sample string 9</ImageBase64>
                      <ImagePath>sample string 4</ImagePath>
                      <LastModifiedBy>7</LastModifiedBy>
                      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                      <LocalId>10</LocalId>
                      <RiskAssessmentLineId>2</RiskAssessmentLineId>
                      <RiskAssessmentLineLocalId>11</RiskAssessmentLineLocalId>
                      <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                    </RiskAssessmentPhoto>
                  </RiskAssessmentPhotos>
                  <RiskAssessmentTypeId>3</RiskAssessmentTypeId>
                  <RiskDescription>sample string 24</RiskDescription>
                  <Score>10</Score>
                </RiskAssessmentLine>
              </RiskAssessmentLines>
              <Title>sample string 4</Title>
            </RiskAssessment>
          </RiskAssessments>
          <RoleId>66</RoleId>
          <SerialNumber>sample string 6</SerialNumber>
          <SiteId>1</SiteId>
          <SiteIdName>sample string 106</SiteIdName>
          <SubClauseAnswers>
            <SubClauseAnswer>
              <AnswerTypeId>7</AnswerTypeId>
              <Comment>sample string 6</Comment>
              <CompletedByName>sample string 13</CompletedByName>
              <CreatedBy>8</CreatedBy>
              <CreatedByName>sample string 12</CreatedByName>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <FailCounts>22</FailCounts>
              <Id>1</Id>
              <InspectionId>2</InspectionId>
              <InspectionInspectorId>19</InspectionInspectorId>
              <InspectionIsCompleted>true</InspectionIsCompleted>
              <InspectionLocalId>15</InspectionLocalId>
              <LastModifiedBy>10</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalId>14</LocalId>
              <NACounts>23</NACounts>
              <PassCounts>21</PassCounts>
              <StageMasterId>sample string 4</StageMasterId>
              <StageMasterIdName>sample string 16</StageMasterIdName>
              <StageMasterIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </StageMasterIds>
              <SubClauseAnswersCounts>20</SubClauseAnswersCounts>
              <SubClauseId>3</SubClauseId>
              <SubClauseStages>
                <SubClauseStage>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <StageCode>sample string 8</StageCode>
                  <StageId>3</StageId>
                  <StageName>sample string 9</StageName>
                  <SubClauseId>2</SubClauseId>
                </SubClauseStage>
                <SubClauseStage>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <StageCode>sample string 8</StageCode>
                  <StageId>3</StageId>
                  <StageName>sample string 9</StageName>
                  <SubClauseId>2</SubClauseId>
                </SubClauseStage>
              </SubClauseStages>
              <SubClauseTypeOfVerifications>
                <SubClauseTypeOfVerification>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <SubClauseId>2</SubClauseId>
                  <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
                  <TypeOfVerificationId>3</TypeOfVerificationId>
                  <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
                </SubClauseTypeOfVerification>
                <SubClauseTypeOfVerification>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <SubClauseId>2</SubClauseId>
                  <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
                  <TypeOfVerificationId>3</TypeOfVerificationId>
                  <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
                </SubClauseTypeOfVerification>
              </SubClauseTypeOfVerifications>
              <TypeOfVerificationMasterId>sample string 5</TypeOfVerificationMasterId>
              <TypeOfVerificationMasterIdName>sample string 17</TypeOfVerificationMasterIdName>
              <TypeOfVerificationMasterIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </TypeOfVerificationMasterIds>
            </SubClauseAnswer>
            <SubClauseAnswer>
              <AnswerTypeId>7</AnswerTypeId>
              <Comment>sample string 6</Comment>
              <CompletedByName>sample string 13</CompletedByName>
              <CreatedBy>8</CreatedBy>
              <CreatedByName>sample string 12</CreatedByName>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <FailCounts>22</FailCounts>
              <Id>1</Id>
              <InspectionId>2</InspectionId>
              <InspectionInspectorId>19</InspectionInspectorId>
              <InspectionIsCompleted>true</InspectionIsCompleted>
              <InspectionLocalId>15</InspectionLocalId>
              <LastModifiedBy>10</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalId>14</LocalId>
              <NACounts>23</NACounts>
              <PassCounts>21</PassCounts>
              <StageMasterId>sample string 4</StageMasterId>
              <StageMasterIdName>sample string 16</StageMasterIdName>
              <StageMasterIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </StageMasterIds>
              <SubClauseAnswersCounts>20</SubClauseAnswersCounts>
              <SubClauseId>3</SubClauseId>
              <SubClauseStages>
                <SubClauseStage>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <StageCode>sample string 8</StageCode>
                  <StageId>3</StageId>
                  <StageName>sample string 9</StageName>
                  <SubClauseId>2</SubClauseId>
                </SubClauseStage>
                <SubClauseStage>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <StageCode>sample string 8</StageCode>
                  <StageId>3</StageId>
                  <StageName>sample string 9</StageName>
                  <SubClauseId>2</SubClauseId>
                </SubClauseStage>
              </SubClauseStages>
              <SubClauseTypeOfVerifications>
                <SubClauseTypeOfVerification>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <SubClauseId>2</SubClauseId>
                  <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
                  <TypeOfVerificationId>3</TypeOfVerificationId>
                  <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
                </SubClauseTypeOfVerification>
                <SubClauseTypeOfVerification>
                  <CreatedBy>5</CreatedBy>
                  <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
                  <Id>1</Id>
                  <LastModifiedBy>7</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
                  <SubClauseId>2</SubClauseId>
                  <TypeOfVerificationCode>sample string 8</TypeOfVerificationCode>
                  <TypeOfVerificationId>3</TypeOfVerificationId>
                  <TypeOfVerificationName>sample string 9</TypeOfVerificationName>
                </SubClauseTypeOfVerification>
              </SubClauseTypeOfVerifications>
              <TypeOfVerificationMasterId>sample string 5</TypeOfVerificationMasterId>
              <TypeOfVerificationMasterIdName>sample string 17</TypeOfVerificationMasterIdName>
              <TypeOfVerificationMasterIds xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:int>1</d8p1:int>
                <d8p1:int>2</d8p1:int>
              </TypeOfVerificationMasterIds>
            </SubClauseAnswer>
          </SubClauseAnswers>
          <Telephone>sample string 46</Telephone>
          <TotalAnsCheckCount>101</TotalAnsCheckCount>
          <TotalAnsNACount>100</TotalAnsNACount>
          <TotalAnsNoFailCount>99</TotalAnsNoFailCount>
          <TotalAnsYesPassCount>98</TotalAnsYesPassCount>
          <TotalCompletedRiskAssessmentCount>97</TotalCompletedRiskAssessmentCount>
          <TotalPercent>68</TotalPercent>
          <UserCompanyName>sample string 50</UserCompanyName>
          <UserCreatedBy>1</UserCreatedBy>
          <UserId>91</UserId>
          <UserInspectionId>71</UserInspectionId>
          <UserInspections>
            <UserInspection>
              <AssignUserEmailAddress>sample string 9</AssignUserEmailAddress>
              <AssignUserName>sample string 10</AssignUserName>
              <CreatedBy>4</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <Id>1</Id>
              <InspectionId>3</InspectionId>
              <LastModifiedBy>6</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalId>13</LocalId>
              <LocalInspectionId>12</LocalInspectionId>
              <LocalUserId>14</LocalUserId>
              <LoginUserName>sample string 11</LoginUserName>
              <UserId>2</UserId>
              <UserName>sample string 8</UserName>
            </UserInspection>
            <UserInspection>
              <AssignUserEmailAddress>sample string 9</AssignUserEmailAddress>
              <AssignUserName>sample string 10</AssignUserName>
              <CreatedBy>4</CreatedBy>
              <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
              <Id>1</Id>
              <InspectionId>3</InspectionId>
              <LastModifiedBy>6</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
              <LocalId>13</LocalId>
              <LocalInspectionId>12</LocalInspectionId>
              <LocalUserId>14</LocalUserId>
              <LoginUserName>sample string 11</LoginUserName>
              <UserId>2</UserId>
              <UserName>sample string 8</UserName>
            </UserInspection>
          </UserInspections>
          <UserLevelId>102</UserLevelId>
          <UserLogo>sample string 51</UserLogo>
          <UserMode>sample string 33</UserMode>
          <UserProfileLogoPath>sample string 52</UserProfileLogoPath>
          <UserSkillRequirement>sample string 37</UserSkillRequirement>
        </Inspection>
        <InspectionId>4</InspectionId>
        <InspectorId>23</InspectorId>
        <LastModifiedBy>8</LastModifiedBy>
        <LastModifiedByName>sample string 9</LastModifiedByName>
        <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
        <RegulationId>11</RegulationId>
        <RegulationQuestionId>3</RegulationQuestionId>
        <RegulationQuestionName>sample string 13</RegulationQuestionName>
        <RegulationSequence>12</RegulationSequence>
        <Sequence>14</Sequence>
      </Hazard>
      <HazardId>2</HazardId>
      <Id>1</Id>
      <InspectionControlId>20</InspectionControlId>
      <InspectionId>16</InspectionId>
      <InspectorId>30</InspectorId>
      <IsImplementedControlCompleted>true</IsImplementedControlCompleted>
      <LastModifiedBy>12</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <LikelihoodOfOccurrenceId>5</LikelihoodOfOccurrenceId>
      <LikelihoodOfOccurrenceIdName>sample string 32</LikelihoodOfOccurrenceIdName>
      <MeasureType>sample string 3</MeasureType>
      <NumberOfPersonsAtRiskId>8</NumberOfPersonsAtRiskId>
      <NumberOfPersonsAtRiskIdName>sample string 35</NumberOfPersonsAtRiskIdName>
      <RegulationQuestionId>15</RegulationQuestionId>
      <Score>9</Score>
      <TableName>sample string 17</TableName>
    </ControlMeasure>
    <ControlMeasureId>4</ControlMeasureId>
    <ControlRiskDesc>sample string 10</ControlRiskDesc>
    <CreatedBy>5</CreatedBy>
    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
    <HazardId>3</HazardId>
    <Id>1</Id>
    <LastModifiedBy>7</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
    <TrackerLineId>2</TrackerLineId>
  </TrackerControlMeasure>
  <TrackerControlMeasureImages>
    <TrackerControlMeasureImage />
    <TrackerControlMeasureImage />
  </TrackerControlMeasureImages>
  <TrackerInitialHazard>
    <BgColor>sample string 9</BgColor>
    <ControlRiskDesc>sample string 10</ControlRiskDesc>
    <CreatedBy>5</CreatedBy>
    <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
    <HazardDescription>
      <BgColor>sample string 14</BgColor>
      <CreatedBy>9</CreatedBy>
      <CreatedByName>sample string 13</CreatedByName>
      <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
      <DegreeOfPossibleHarmId>6</DegreeOfPossibleHarmId>
      <DegreeOfPossibleHarmIdName>sample string 19</DegreeOfPossibleHarmIdName>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
      <Description>sample string 3</Description>
      <FrequencyOfExposureId>5</FrequencyOfExposureId>
      <FrequencyOfExposureIdName>sample string 18</FrequencyOfExposureIdName>
      <HazardId>2</HazardId>
      <Id>1</Id>
      <IsImplementedControlCompleted>true</IsImplementedControlCompleted>
      <LastModifiedBy>11</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
      <LikelihoodOfOccurrenceId>4</LikelihoodOfOccurrenceId>
      <LikelihoodOfOccurrenceIdName>sample string 17</LikelihoodOfOccurrenceIdName>
      <NumberOfPersonsAtRiskId>7</NumberOfPersonsAtRiskId>
      <NumberOfPersonsAtRiskIdName>sample string 20</NumberOfPersonsAtRiskIdName>
      <RiskDescription>sample string 15</RiskDescription>
      <Score>8</Score>
      <hazardDescriptionImages>
        <HazardDescriptionImage>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <HazardDescriptionId>2</HazardDescriptionId>
          <Id>1</Id>
          <ImageBase64>sample string 8</ImageBase64>
          <ImagePath>sample string 3</ImagePath>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LocalHazardDescriptionId>10</LocalHazardDescriptionId>
          <LocalId>9</LocalId>
        </HazardDescriptionImage>
        <HazardDescriptionImage>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:22:16.4325672+00:00</CreatedDate>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:22:16.4325672+00:00</DeletedDate>
          <HazardDescriptionId>2</HazardDescriptionId>
          <Id>1</Id>
          <ImageBase64>sample string 8</ImageBase64>
          <ImagePath>sample string 3</ImagePath>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
          <LocalHazardDescriptionId>10</LocalHazardDescriptionId>
          <LocalId>9</LocalId>
        </HazardDescriptionImage>
      </hazardDescriptionImages>
    </HazardDescription>
    <HazardDescriptionId>4</HazardDescriptionId>
    <HazardId>3</HazardId>
    <Id>1</Id>
    <LastModifiedBy>7</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:22:16.4325672+00:00</LastModifiedDate>
    <TrackerLineId>2</TrackerLineId>
  </TrackerInitialHazard>
  <TrackerInitialHazardImages>
    <TrackerInitialHazardImage />
    <TrackerInitialHazardImage />
  </TrackerInitialHazardImages>
  <TrackerNumber>sample string 2</TrackerNumber>
  <UserCompanyName>sample string 11</UserCompanyName>
  <UserCompanyNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </UserCompanyNames>
  <UserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </UserIds>
</Tracker>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.