public void Abort(object abortType)
 {
     deviceInterface?.Abort((DeviceAbortType)abortType);
 }