I have a class library that uses LibUsbDotNet to communicate with a USB device. In one application, I am able to get notifications for plug/unplug events via a DeviceNotifier, however in another application I never get the notifications. The same class library is being used and it's the same device, but notifications don't occur. Is there something I can do to debug why the notifications are not coming in?