public long RemainingSeconds(string userId, string totpCode)
 {
     return(_passService.GetOtpRemainingSeconds(userId, totpCode));
 }