private Type FindHandlerType(ConfigurationSectionCollection sections)
 {
     return(sections.OfType <NawsSection>().Select(nawsSection => nawsSection.HttpHandler.Type).FirstOrDefault());
 }