namespace Ombi.Helpers { public class JobDataKeys { public const string RecentlyAddedSearch = "recentlyAddedSearch"; public const string NotificationOptions = nameof(NotificationOptions); } }