*/
@Parameter(property="beanstalk.templateName")
String templateName;
protected Object executeInternal() throws AbstractMojoExecutionException {
UpdateEnvironmentContext context = UpdateEnvironmentContextBuilder
.updateEnvironmentContext().withEnvironmentId(curEnv.getEnvironmentId())//
.withEnvironmentDescription(environmentDescription)//
.withEnvironmentName(curEnv.getEnvironmentName())//
.withOptionSettings(optionSettings)//
.withTemplateName(lookupTemplateName(applicationName, templateName))//