protected override void RemoteProcedure()
 {
     CfxV8InterceptorRemoteClient.SetCallback(self, index, active);
 }
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     CfxV8InterceptorRemoteClient.SetCallback(self, index, active);
 }