public bool Invoke(ITerminalControl sender, CommandRunner runner) { if (clearAll) { runner.Clear(); return(true); } sender.Clear(); return(true); }