var result = await HttpContext.AuthenticateAsync( CookieAuthenticationDefaults.AuthenticationScheme );
var model = @Html.Raw(Json.Encode(Model));