using Application.Abstractions.Messaging; namespace Application.Features.Api.MyPage.Address.List; public sealed record Query(int MemberID) : IQuery;