private SynchedHubCache(IHubCache impl) { _impl = impl; }
public static IHubCache New(IHubCache impl) { return new SynchedHubCache(impl); }