public override Task InvokeAllExceptAsync(string methodName, object[] args, IReadOnlyList <string> excludedIds)
 {
     return(_wrappedHubLifetimeManager.InvokeAllExceptAsync(methodName, args, excludedIds));
 }