using Application.Abstractions.Messaging; namespace Application.Features.Api.Crypto.Orderbook.Get; public sealed record Query(string Market) : IQuery<Response>;