public function testCountUsers()
 {
     $this->assertEquals(5, $this->repository->countUsers());
 }