using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Auth.Registration; public sealed record Command( string Email, string CookieValue ) : ICommand;