DevCtl.API.RegisterNotification(this, new DevCtl.DeviceNotificationCallback(Notify));
var exclusion = new DevCtl.InstanceExclusion("USB\\VID_0930&PID_6545\\6C626DBEDE9BEC20F000C82E", DeviceAction.Block);
DevCtl.API.AddExclusion(exclusion);
DevCtl.API.Applied = true;
DevCtl.API.Enabled = true;