namespace Toolkit.Foundation; public class Persist { public static PersistEventArgs As(TSender sender) => new(sender); public static PersistEventArgs As() where TSender : new() => new(new TSender()); }