The arguments that are passed to the wrapMethod method of the
InstrumentationStrategy interface.
anyThe instance of the class which is being instrumented.
Type<any>The class which is being instrumented.
stringThe name of the method which is being instrumented.
any[]The arguments which are passed to the method.
() => any | Promise<any>A function which applies the original method and returns the result. This is used to call the original method after the instrumentation has been applied.