<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25451.107" />

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); } }