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

System.Configuration.Internal.IConfigSystem

public interface IConfigSystem
Defines an interface used by .NET to support the initialization of configuration properties.

Gets the configuration host.

Gets the root of the configuration hierarchy.

void Init(Type typeConfigHost, object[] hostInitParams)

Initializes a configuration object.