<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />

IConfigurationManagerHelper

public interface IConfigurationManagerHelper
Defines an interface used by the .NET Framework to support configuration management.
namespace System.Configuration.Internal { public interface IConfigurationManagerHelper { void EnsureNetConfigLoaded(); } }