public void TestInitiaize()
 {
     // Creates a sample-blob-file.xml file in blob storage for integration testing purposes.
     // Set your file name property to BlobHelper.BlobName
     BlobHelper.CreateSampleBlobFile();
 }
 public void TestInitiaize()
 {
     BlobHelper.CreateSampleBlobFile();
 }