namespace Toolkit.Foundation; public interface IWritableConfiguration where TConfiguration : class { void Write(Action updateDelegate); }