<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-preview2-26406-04" />

IConfigurationSectionHandler

public interface IConfigurationSectionHandler
using System.Xml; namespace System.Configuration { public interface IConfigurationSectionHandler { object Create(object parent, object configContext, XmlNode section); } }