namespace ApplicationLayer.Services.AuthServices.Requests { public record RegisterRequest(string Email, string Password); }