using Application.Abstractions.Messaging; namespace Application.Features.Faq.Item.Get { public sealed record Query(int ID) : IQuery<Response?>; }