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