public void NotifyUser(string payload, string userId) { Clients.Clients(_common.GetConnectedUsers(userId)).notifyClients(payload); }