public void Close() { _deviceCamera.Disable(); _controllerUI.Show(false); if (_callback != null) { _callback.Invoke(null); } }