/**
  * Return APIPassword
  * @return string
  */
 public function getApiPassword()
 {
     return $this->config->getPass();
 }