using System; namespace TheXamlGuy.Framework.Core { public record Write(string Section, Action UpdateDelegate) where TConfiguration : class; }