void SelectCommand(Args args) { var command = CommandSource.FindCommand(args); ExecuteCommand(command, args); }