namespace HrynCo.NotificationService.Services.Core; public readonly struct Unit { public static readonly Unit Value = new(); }