/**
  * \brief SSL証明書チェック解除メソッド
  *
  */
 public function disableSSLCheck()
 {
     HttpClient::disableSSLCheck();
 }