Add something along the lines of: ```csharp public interface INavigationService { void ShowMasterPage(); void HideMasterPage(); //... } ```