using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Stocks.GetDetail; public sealed record Query(string Code) : IQuery<Result<Response>>;