public async Task <object> Execute()
 {
     return(await AccountHandler.GetEmailConfirmationToken(User));
 }