455456457458459460461
public Environment getEnvironment() { return commandService.execute( new GetEnvironmentCommand() ); } public <T> T execute(Command<T> command) { return (T) this.commandService.execute( new ExecuteCommand( command ) ); }