private DeployEnvironment CreateTestEnvironment(IProjectRepository sut, string projectId=null)
 {
     var testData = GetCreateTestData(sut, projectId);
     return sut.CreateEnvironment(testData.Project.Id, testData.EnvironmentName, testData.EnvironmentComponentList, testData.EnvironmentConfigurationList);
 }