namespace ntfysh_client.Notifications { public enum NotificationPriority { Min = 1, Low = 2, Default = 3, High = 4, Max = 5 } }