public override Task Logout() { CacheService.ClearReadabilityItems(); AuthenticationService.SignOutFromReadability(); return(base.Logout()); }