export interface ITestRequest {
    TestReqID: string;
}
