public void Execute(string input) { var commandList = commandMapper.Map(input); commandInvoker.SetCommands(commandList); commandInvoker.InvokeCommands(); }