public function testFindByStatus()
 {
     $r = $this->repository->findByStatus('healthy');
     $this->assertEquals(1, count($r));
 }