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