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