/**
  * Set the default connection name.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function setDefaultConnection($name)
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     \Websight\L5GoogleClient\GoogleClientManager::setDefaultConnection($name);
 }