public string AuthToken(string userName, string password)
 {
     return(AuthManager.GenerateAuthToken(userName, password));
 }