public yEdNodeGraphicsData([NotNull] yEdGraphEntityData graphEntityData,
                            [NotNull] yEdNodeGraphicsConfiguration configuration)
     : base(graphEntityData)
 {
     _configuration = configuration;
 }
 protected yEdGraphEntityData([NotNull] yEdGraphEntityData graphEntityData)
 {
     Id    = graphEntityData.Id;
     _for  = graphEntityData._for;
     _type = graphEntityData._type;
 }