/**
  * 
  *
  * @param string $servicePort
  * @return self 
  * @static 
  */
 public static function setServicePort($servicePort)
 {
     //Method inherited from \Yandex\Common\AbstractServiceClient
     return \Yandex\Dictionary\DictionaryClient::setServicePort($servicePort);
 }