public function addMember(array $data)
 {
     return $this->memberRepository->create($data);
 }