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