/**
  * @param string $command
  * @param string $content
  */
 protected function hasSendGridGetRequest($command, $content)
 {
     parent::hasSendGridGetRequest($command, $content);
     $this->templatesApi = new TemplatesApi($this->sendGridRequest);
 }
 /**
  * @param string $command
  * @param $content
  */
 protected function hasSendGridGetRequest($command, $content)
 {
     parent::hasSendGridGetRequest($command, $content);
     $this->userApi = new UserApi($this->sendGridRequest);
 }