namespace Ghost.Editor.Contracts; public interface INavigationAware { public void OnNavigatedTo(object? parameter); public void OnNavigatedFrom(); }