protected function getInterfaceDictionary(AlmanacInterface $interface)
 {
     return array('id' => (int) $interface->getID(), 'phid' => $interface->getPHID(), 'address' => $interface->getAddress(), 'port' => (int) $interface->getPort(), 'device' => $this->getDeviceDictionary($interface->getDevice()), 'network' => $this->getNetworkDictionary($interface->getNetwork()));
 }