private void interconnectNodePair()
 {
     inNode.connectNodes(outNode: outNode);
     outNode.connectNodes(inNode: inNode);
 }