namespace StructureHelperCommon.Models.Shapes { public interface ICenterShape { ICenter Center {get;} IShape Shape { get;} } }