namespace Cleanuparr.Domain.Enums; public enum PushoverPriority { Lowest = -2, Low = -1, Normal = 0, High = 1, Emergency = 2 }