using Application.Abstractions.Messaging; namespace Application.Features.Api.Crypto.Ticker.GetAll; public sealed record Query(string? Quote = null, bool FeaturedOnly = false) : IQuery;