namespace Pilz.Features; public enum FeaturePrioritization { Low = -1, Default = 0, High = 1, }