public void SetUp()
 {
     provider = new CustomCacheStorageDataManageabilityProvider();
     machineKey = new MockRegistryKey(true);
     userKey = new MockRegistryKey(true);
     configurationObject = new CustomCacheStorageData();
 }
 public void SetUp()
 {
     provider            = new CustomCacheStorageDataManageabilityProvider();
     machineKey          = new MockRegistryKey(true);
     userKey             = new MockRegistryKey(true);
     configurationObject = new CustomCacheStorageData();
 }