namespace DispenserCore.Model.Enum; public enum TriggerActivationEnum { RisingEdge, FallingEdge, LevelHigh, LevelLow, AnyEdge }