using SharedKernel.Results; using MediatR; namespace Application.Features.Api.Auth.GetProfile; public sealed record Query(int MemberID) : IRequest>;