public void TestGetInstanceSize()
 {
     IDeployment deployment = new Deployment();
     string instanceSize = deployment.GetInstanceSize(
         WindowsAzureAccount.SubscriptionId,
         WindowsAzureAccount.CertificateThumbprint,
         "beazleyrisksweb-weuro-sys",
         DeploymentSlot.Production,
         "Beazley.Risks.Web.Services");
     Assert.AreEqual("ExtraSmall", instanceSize);
 }