using MediatR; namespace Application.Features.Faq.Category.GetAll { public sealed record Query: IRequest; }