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