namespace Toolkit.Foundation; public record Request : INotification { } public class Request { public static Request Create() => new(); }