@Test
 public void testCloudPageBlobDownloadRangeToByteArrayNegativeTest()
     throws URISyntaxException, StorageException, IOException {
   CloudPageBlob blob =
       this.container.getPageBlobReference(
           BlobTestHelper.generateRandomBlobNameWithPrefix("downloadrangenegative"));
   BlobTestHelper.doDownloadRangeToByteArrayNegativeTests(blob);
 }