public void RemoveHook(Hook aHook) { var nktHook = NktHookFor(aHook); if (nktHook == null) { return; } _manager.DestroyHook(nktHook); }