<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0-rc.1.21451.13" />

IPersistComponentSettings

public interface IPersistComponentSettings
Defines standard functionality for controls or libraries that store and retrieve application settings.
namespace System.Configuration { public interface IPersistComponentSettings { bool SaveSettings { get; set; } string SettingsKey { get; set; } void LoadComponentSettings(); void SaveComponentSettings(); void ResetComponentSettings(); } }