using Application.Abstractions.Messaging; namespace Application.Features.Admin.Mail.Resend; public sealed record Command(long[] IDs) : ICommand;