public virtual Shell ClearCommands() { lock (_lock) { _container = new ShellCommandsContainer(); } return(this); }