public AccountOTPInfo GetAccountOTPInfo()
 {
     try
     {
         return(SecurityDAO.GetOTPInfo(AccountSession.AccountID));
     }
     catch (Exception ex)
     {
         NLogManager.PublishException(ex);
     }
     return(null);
 }