private ParsedInput parse(String userInput) { Parser theParser = new Parser(availableCommands.GetLabels()); return(theParser.Parse(userInput)); }