namespace salesbook.Shared.Core.Interface; public interface INotificationService { Task LoadNotification(); void OrderNotificationList(); }