public string Execute(IList <string> input) { if (input.Count != 0) { throw new Exception("Invalid help command arguments!"); } PrinterManager.PrintHelp(); return(""); }