public TagNotificationService(ISettingsService settingsService, ITagNotificationRepository notificationRepository) { _settingsService = settingsService; _notificationRepository = notificationRepository; }