using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Store.Orders.Get; public sealed record Query(int OrderID, int MemberID) : IQuery<Result<Response>>;