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