/**
  * 
  *
  * @param $debug
  * @return $this 
  * @static 
  */
 public static function setDebug($debug)
 {
     //Method inherited from \Yandex\Common\AbstractServiceClient
     return \Yandex\Dictionary\DictionaryClient::setDebug($debug);
 }