//Logout to register page. private void Logout() { if (_userManager.InvokeLogout()) { _navigationService.GoBack(); } }