/// <summary> /// Parse a command and arguments from a string input through the commandParser. /// </summary> /// <param name="input"></param> /// <returns></returns> public ICommand ParseCommand(string input) { return(_commandParser.ParseInput(input)); }