protected override void GenerateWmiObjects(IsolatedStorageCacheStorageData configurationObject,
                                            ICollection <ConfigurationSetting> wmiSettings)
 {
     IsolatedStorageCacheStorageDataWmiMapper.GenerateWmiObjects(configurationObject, wmiSettings);
 }
 public IsolatedStorageCacheStorageDataManageabilityProvider()
 {
     IsolatedStorageCacheStorageDataWmiMapper.RegisterWmiTypes();
 }