@Override
 public GTTagContextInfo current() {
   TagContext org = TagContext.current();
   return new GTTagContextInfoBridge(org);
 }