public function __construct()
 {
     parent::__construct();
     $this->client = new Client(KBGDC_API_URL, Helper::getLogger(), null, ['verify' => false]);
     $this->client->login(KBGDC_USERNAME, KBGDC_PASSWORD);
 }