public override void VisitCreatedRelationshipTypeToken(long id, string name)
 {
     _recordState.createRelationshipTypeToken(name, id);
 }