/**
  * Returns APIUsername
  * @return string
  */
 public function getApiUsername()
 {
     return $this->config->getUser();
 }