private void DeviceManager_CameraConnected(CameraControl.Devices.ICameraDevice cameraDevice)
        {
            var contex = WorkflowManager.Instance.Context;

            if (CheckCondition(_flowEvent, contex))
            {
                WorkflowManager.ExecuteAsync(_flowEvent.CommandCollection, contex);
            }
        }
 private void DeviceManager_CameraConnected(CameraControl.Devices.ICameraDevice cameraDevice)
 {
 }