public void EnqueueInput([FromBody] string input) => _cliService.EnqueueInput(input);