public override Task Logout() { CacheService.ClearInstapaperItems(); AuthenticationService.SignOutFromInstapaper(); return(base.Logout()); }