namespace HopFrame.Security.Models; public struct UserLogin { public string Email { get; set; } public string Password { get; set; } }