/**
  * @return bool
  */
 public function hasAppDevSurveys()
 {
     return AppDevSurvey::get()->filter(array('MemberID' => $this->getIdentifier()))->count() > 0;
 }