public async Task PublishNotification(IClientNotification notification)
 {
     await hubContext.PublishNotification(notification);
 }