private ITransformer CreateTransformer(string sectionName)
 {
     using (ConfigurationContext configurationContext = CreateContext())
     {
         TransformerFactory factory = new TransformerFactory(configurationContext);
         return(factory.Create(sectionName));
     }
 }
 private ITransformer CreateTransformer(string sectionName)
 {
     using (ConfigurationContext configurationContext = CreateContext())
     {
         TransformerFactory factory = new TransformerFactory(configurationContext);
         return factory.Create(sectionName);
     }
 }