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