public async Task <VerificationDetailModel> Get(string verificationCode)
 {
     return(await _verificationManager.Get(verificationCode));
 }