public Object instrumentedMethod() throws Exception {
   return UtilityClass.utilityMethod(Weaver.callOriginal());
 }