namespace StructureHelperLogics.Data.Shapes { public interface IShape { } }