public function testCountInactiveUsers()
 {
     $this->assertEquals(1, $this->repository->countInactiveUsers());
 }