<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-rc1" />

IPersistComponentSettings

public interface IPersistComponentSettings
namespace System.Configuration { public interface IPersistComponentSettings { bool SaveSettings { get; set; } string SettingsKey { get; set; } void LoadComponentSettings(); void SaveComponentSettings(); void ResetComponentSettings(); } }