var preCount = this.Navigation.NavigationStack.Count;
this.Navigation.RemovePage(this.Navigation.NavigationStack.Last());
var postCount = this.Navigation.NavigationStack.Count;
preCount and postCount are both the same. How is this possible?