using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.VerifyEmail; public sealed record Query( string Token ) : IQuery<Result>;