using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.Dropdown; public sealed record Query(int MemberID) : IQuery<Result<Response>>;