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