namespace StructureHelperLogics.Data.Shapes { public interface ICenterShape { ICenter Center {get;} IShape Shape { get;} } }