public void Apply(Navigator navigator, ScreenStack screens) { if (screens.IsRoot) { return; } screens.Clear(); navigator.BackToRoot(); }