using StructureHelperCommon.Infrastructures.Interfaces; namespace StructureHelperCommon.Models.Shapes { public interface IShape : ISaveable { } }