<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-rc.1.22426.10" />

IInternalConfigRoot

public interface IInternalConfigRoot
namespace System.Configuration.Internal { public interface IInternalConfigRoot { bool IsDesignTime { get; } event InternalConfigEventHandler ConfigChanged; event InternalConfigEventHandler ConfigRemoved; void Init(IInternalConfigHost host, bool isDesignTime); object GetSection(string section, string configPath); string GetUniqueConfigPath(string configPath); IInternalConfigRecord GetUniqueConfigRecord(string configPath); IInternalConfigRecord GetConfigRecord(string configPath); void RemoveConfig(string configPath); } }