protected void GetButtonCommandHandler(GetButtonCommand cmd) { cmd.result = _inputService.GetButton(cmd.input); }