protected class DGLoginRequest { public string ClientID { get; set; } public string UserName { get; set; } public string Password { get; set; } }