using System; public interface IHasNotification { PlannedNotification[] GetNotifications(); }