namespace Infrastructure.Verticals.Notifications; public interface INotificationFactory { List OnFailedImportStrikeEnabled(); List OnStalledStrikeEnabled(); List OnQueueItemDeleteEnabled(); }