public void IntegrationTestListHostedServicesWithDeployments()
 {
     ISubscription subscription = new Subscription(WindowsAzureAccount.SubscriptionId, WindowsAzureAccount.CertificateThumbprint);
     string[] hostedServicesWithDeployments = subscription.ListHostedServices();
     Assert.IsNotNull(hostedServicesWithDeployments);
 }