namespace StructureHelperCommon.Infrastructures.Enums { public enum LimitStates { ULS = 1, SLS = 2, Special = 3, } }