private Map<String, String> env = new HashMap<String, String>();
public ContextImpl(IOAdapter outputAdapter, CommandBuffer commandBuffer) {
this.commandBuffer = commandBuffer;
this.outputAdapter = outputAdapter;
this.commandRegistry = new CommandRegistry();
}