public void Initialize()
        {
            this.cacheRegistrationService   = ServiceFactory.GetCacheRegistrationService();
            this.cacheAdministrationService = ServiceFactory.GetCacheAdministrationService();
            this.cacheService = ServiceFactory.GetCacheService();

            this.LoadConnections();
        }
        public void Initialize()
        {
            this.cacheRegistrationService = ServiceFactory.GetCacheRegistrationService();
            this.cacheAdministrationService = ServiceFactory.GetCacheAdministrationService();
            this.cacheService = ServiceFactory.GetCacheService();

            this.LoadConnections();
        }