public WebShell() { _interpreter = new DynamicExpresso.Interpreter(); _commandsHistory = new CommandsHistory(); _interpreter.SetVariable("Commands", _commandsHistory); }