public async Task <IActionResult> VisitorSignIn(string returnUrl) { await HttpContext.AuthenticateVisitor(); return(Redirect(returnUrl)); }