/**
  * @return Member|null
  */
 public function all()
 {
     return $this->member->all();
 }