public override void VisitCreatedRelationship(long id, int type, long startNode, long endNode)
 {
     // record the state changes to be made to the store
     _recordState.relCreate(id, type, startNode, endNode);
 }