using MediatR; namespace Application.Features.Config.Get { public sealed record Query : IRequest; }