private IStorageProviderReader CreateStorageProvider(string sectionName)
 {
     using (ConfigurationContext configurationContext = CreateContext())
     {
         StorageProviderFactory factory = new StorageProviderFactory(configurationContext);
         return(factory.Create(sectionName));
     }
 }
 private IStorageProviderReader CreateStorageProvider(string sectionName)
 {
     using (ConfigurationContext configurationContext = CreateContext())
     {
         StorageProviderFactory factory = new StorageProviderFactory(configurationContext);
         return factory.Create(sectionName);
     }
 }