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