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