using MediatR; namespace Application.Features.Config.Queries { public sealed record GetConfigQuery : IRequest; }