namespace DispenserCommon.Enums; public enum ExceptionLevel : int { NORMAL, WARN, ERROR, }