public Task <ActionResult> DownloadTempFile(string key) => TempFileService.Download(key);
public Task <ActionResult> DownloadTempFile(string key) { return(TempFileService.Download(key)); }