/**
  * Get the configuration for a connection.
  *
  * @param string $name
  * @throws \InvalidArgumentException
  * @return array 
  * @static 
  */
 public static function getConnectionConfig($name)
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     return \Websight\L5GoogleClient\GoogleClientManager::getConnectionConfig($name);
 }