using Application.Abstractions.Messaging; namespace Application.Features.Admin.Mail.Get; public sealed record Query(long ID) : IQuery;