public override Task InvokeUserAsync(string userId, string methodName, object[] args)
 {
     return(_wrappedHubLifetimeManager.InvokeUserAsync(userId, methodName, args));
 }