namespace IT_Company.Entities.Enums { public enum ExecutorRang { Junior = 0, Middle = 1, Senior = 2, CodeGod = 3, } }