public override void VisitCreatedLabelToken(long id, string name)
 {
     _recordState.createLabelToken(name, id);
 }