namespace StructureHelper.Infrastructure.Enums { public enum PrimitiveType { Point, Rectangle } }