using MediatR; namespace Application.Features.Member.Wallet.Transactions.Get; public sealed record Query(int Id) : IRequest;