protected async void LogOut() { await MainService.ClearCookiers(); Application.Current.MainPage = new LoginPage(); }