protected function _before()
 {
     $this->repo = new UserRepository();
     $this->tester->grabService('Larabook\\Users\\UserRepository');
 }
 protected function _before()
 {
     $this->repo = new StatusRepository();
     $this->tester->grabService('Larabook\\Statuses\\StatusRepository');
 }