namespace salesbook.Shared.Core.Interface.System.Notification; public interface IShinyNotificationManager { Task RequestAccess(); }