public void TestGetInformation()
 {
     IDeployment deployment = new Deployment();
     XDocument informationXml = deployment.GetInformation(
         WindowsAzureAccount.SubscriptionId,
         WindowsAzureAccount.CertificateThumbprint,
         "beazleyrisksweb-weuro-sys",
         DeploymentSlot.Production);
     Assert.IsNotNull(informationXml);
 }