public async Task Logout()
        {
            await _authenticationService.HandleLogOutAsync(HttpContext, Url.Page("/Index"));

            _logger.LogInformation("User logged out.");
        }