public async Task StopAsync(CancellationToken cancellationToken) { await _client.StopAsync(); await _client.DisposeAsync(); }