public void UnitTestGetWindowsAzureDeploymentCreateConfigurations()
 {
     ConfigSectionConfigurationSource configSectionConfigurationSource = new ConfigSectionConfigurationSource();
     DeploymentCreateConfiguration[] deploymentCreateConfigurations = configSectionConfigurationSource.GetWindowsAzureDeploymentCreateConfigurations();
     Assert.AreEqual(1, deploymentCreateConfigurations.Length);
     Assert.AreEqual(1, deploymentCreateConfigurations[0].Schedules.Count);
     Assert.AreEqual(5, deploymentCreateConfigurations[0].Schedules[0].Days.Count);
 }