/** @see org.apache.velocity.context.InternalHousekeepingContext#getCurrentMacroCallDepth() */
 public int getCurrentMacroCallDepth() {
   return innerContext.getCurrentMacroCallDepth();
 }