namespace Toolkit.Foundation { public record Write(string Section, Action UpdateDelegate) where TConfiguration : class; }