namespace GreadyPoang.Core; public interface INavigationService { Task NavigateToAsync(string route); Task NavigateToPageAsync(Page page); }