using Application.Abstractions.Messaging; namespace Application.Features.Admin.Popup.Get { public sealed record Query(int ID) : IQuery; }