<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0-preview.7.21377.19" />

IConfigurationSectionHandler

public interface IConfigurationSectionHandler
Handles the access to certain configuration sections.
using System.Xml; namespace System.Configuration { public interface IConfigurationSectionHandler { object Create(object parent, object configContext, XmlNode section); } }