using Application.Abstractions.Messaging; namespace Application.Features.Member.List.Get; public sealed record Query(int Id) : IQuery<Response>;