public function testCountMember()
 {
     $this->assertEquals(2, $this->repository->countMembers());
 }
 /**
  * @return array
  */
 public function getContactGroups()
 {
     return $this->repository->getContactGroups();
 }