namespace AuthServer.Host.Services.Token; public class LoginModel { public string UserName { get; set;} public string Password { get; set;} }