protected function _before()
 {
     $this->collection = Collection::factory('/books')->name('Books')->description('a short description');
 }