public string Get(string userId)
 {
     return(_passService.CreateOtp(userId, DateTime.UtcNow));
 }