private static void InitializeGlobalLifetimeManager(IDistributedCacheServiceHost host)
 {
     LifetimeManager.SetLifetimeManager(new DistributedCacheServiceHostBasedLifetimeManager(host));
 }