public async Task RemoveConnectionFromGroup(RemoveConnectionFromGroup webPubSubEvent)
 {
     await _client.RemoveConnectionFromGroupAsync(webPubSubEvent.Group, webPubSubEvent.ConnectionId).ConfigureAwait(false);
 }