public async Task CloseClientConnection(CloseClientConnection webPubSubEvent)
 {
     await _client.CloseClientConnectionAsync(webPubSubEvent.ConnectionId, webPubSubEvent.Reason).ConfigureAwait(false);
 }