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