namespace Connected.Components; public interface INavigationEventReceiver { Task OnNavigation(); }