/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     if (!$this->tokenLibrary instanceof \Gems_Tracker_Token_TokenLibrary) {
         $this->tokenLibrary = $this->loader->getTracker()->getTokenLibrary();
     }
 }