public Task StartAsync(CancellationToken cancellationToken) { _commandListener.Received += CommandReceive; _commandListener.StartListen(); return(Task.CompletedTask); }