public function testShouldGetListOfItems()
 {
     $obj = new CompoundObject('/p12233', '1245');
     $items = $obj->items();
     assertEquals(5, count($items));
 }