public bool UnloadLibraryEx()
 {
     _hook.RemoveWinEventHook();
     return(unloadLibrary());
 }