public async Task <ListResponse <TelemetryReportData> > GetTelemetryForPipelineAsync(string recordtype, string pipelinemoduleid)
 {
     return(await _telemetryManager.GetForPipelineModuleAsync(pipelinemoduleid, recordtype, GetListRequestFromHeader(), OrgEntityHeader, UserEntityHeader));
 }