namespace ApplicationLayer.Services.AuthServices.Common; public record AuthData(string Email, string Password);