/**
  * @param $projectId
  * @return array
  */
 public function index($projectId)
 {
     return $this->service->getMembers($projectId);
 }