protected function getDeviceDictionary(AlmanacDevice $device)
 {
     return array('id' => (int) $device->getID(), 'phid' => $device->getPHID(), 'name' => $device->getName(), 'properties' => $this->getPropertiesDictionary($device));
 }