public function __construct(array $prefixToPaths = array(), $staticRegistryName = null)
 {
     parent::__construct($prefixToPaths, $staticRegistryName);
     $this->addPrefixPath('Zend_Http_TestAsset_Device', dirname(__FILE__) . '/Device');
 }