<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.2.26159.112" />

System.Configuration.IConfigurationSectionHandler

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