public function testDeleteDevice()
 {
     $device = $this->testCreateDevice();
     $result = $this->_deviceBackend->delete($device);
     $this->assertTrue($result);
 }