/**
  * Get default account type
  *
  * @return array<BOL_QuestionAccountType>
  */
 public function getDefaultAccountType()
 {
     return $this->accountDao->getDefaultAccountType();
 }