@Before
 public void pageBlobTestMethodSetup() throws URISyntaxException, StorageException {
   this.container = BlobTestHelper.getRandomContainerReference();
   this.container.create();
 }