public void ShouldInitServiceChannelTest()
        {
            CloudStorageAccount account = CloudStorageAccount.DevelopmentStorageAccount;

            command.Context = new AzureStorageContext(account);
            Assert.IsFalse(command.ShouldInitServiceChannel());
        }