public void intercept(Invocation invocation)
 {
     invocation.proceed();
     invocation.return_value = "slim shady";
 }