public SimpleGraphLink(SimpleGraphNode source, SimpleGraphNode target) { Source = source; Target = target; }