internal GraphmlEdge(GraphmlNode source, GraphmlNode target)
 {
     _source = source;
     _target = target;
 }
 internal GraphmlEdge(GraphmlNode source, GraphmlNode target) {
     _source = source;
     _target = target;
 }