public async Task <byte[]> DownloadFile(string fileName) { return(await processor.DownloadFile(fileName)); }