public IActionResult DownLoadAsync(string ticket) { var response = _storageAccount.Downloads(ticket); return(Ok(response)); }