public void Then_Expected_Methods_NotCalled()
 {
     BlobStorageService.DidNotReceive().DownloadFileAsync(Arg.Any <BlobStorageData>());
 }