public Task NotifyUserFromAnotherHubAsync(string userId)
 {
     return(_anotherHubProxy.SendUserAsync(userId, "OnReceived", new object[] { "Hello, user!" }));
 }