public MethodCallWrapper(HookInfo hook, bool isSkip)
 {
     Hook   = hook;
     IsSkip = isSkip;
 }