private async void BtnDownload_Clicked(object sender, EventArgs e)
 {
     bool result = await BlobStorageService.DownloadBlob(fileName);
 }