using MediatR; using HrynCo.NotificationService.Services.Core; using Unit = HrynCo.NotificationService.Services.Core.Unit; namespace HrynCo.NotificationService.Services.EmailChannels.Delete; public sealed record DeleteEmailChannelCommand(Guid Id) : IRequest>;