public function testGetExceptionNotFound()
 {
     $this->setExpectedException('Syncroton_Exception_NotFound');
     $this->_deviceBackend->get('invalidId');
 }