using Application.Abstractions.Messaging; namespace Application.Features.Api.Stocks.Suggest; public sealed record Query(string Q) : IQuery<Response>;