public async Task Logout() { await dispatcher.Cleanup(); await Explore.Cleanup(); await Auth.Logout(); }