public override Task Logout() { CacheService.ClearPocketItems(); AuthenticationService.SignOutFromPocket(); return(base.Logout()); }