/**
  * 
  *
  * @param string $resource
  * @return string 
  * @static 
  */
 public static function getServiceUrl($resource = '')
 {
     //Method inherited from \Yandex\Common\AbstractServiceClient
     return \Yandex\Dictionary\DictionaryClient::getServiceUrl($resource);
 }