public function throwWorldAdvice(JoinPointInterface $joinPoint) { return $joinPoint->getAdviceChain()->proceed($joinPoint) . ' World'; }