namespace salesbook.Shared.Core.Interface; public interface INavigationService { Task NavigateToDetailsAsync(); }