public ConnectionDescription(ComponentPoint start, ComponentPoint end, ConnectionEdge edge, string name)
 {
     Start = start;
     End = end;
     Edge = edge;
     Name = name;
 }