public async Task<IActionResult> Upload()
 {
     await azureBlobHelper.UploadFile(@"C:\test\abc\abc.rtf", "xyz");
     return Content("great");
 }