public void Execute() { var exitCode = _args.Shift().AsInt(Constants.ExitCodeOk); _state.Exit(exitCode); }