that.seek = function (deviceId, seconds) {
                var device = deviceService.getDevice({id: deviceId});
                console.debug("Requesting to seek %d seconds into the stream on device: %s", seconds, deviceId);

                if (device === null) {