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