namespace Toolkit.Foundation; public interface IConfigurationWriter where TConfiguration : class { void Write(string section, TConfiguration args); }