public CacheServiceClient(
     ICacheSystemSettings cacheSystemSettings,
     IRegisterServiceClient registerServiceClient)
 {
     _cacheSystemSettings   = cacheSystemSettings;
     _registerServiceClient = registerServiceClient;
 }
 public CacheService(IRegisterServiceClient serviceClient)
 {
     _serviceClient = serviceClient;
 }