private List <IRoverCommand> GetRoverCommandList(string command) { CommandParser commandParser = new CommandParser(command); return(commandParser.GetRoverCommandList()); }