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