namespace TheXamlGuy.Framework.Core { public record ConfigurationChanged(TConfiguration Configuration) where TConfiguration : class; }