using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.MyPage.ChangeEmail; public sealed record Command( int MemberID, string NewEmail, string? IpAddress, string? UserAgent, string? Referrer ) : ICommand;