public async Task <Stream> DownloadErrorsReportFile(DeviceEnrollmentBulkCreate model)
 {
     return(await CustomFunctions.DownloadErrorsReportFile(this, model));
 }