/**
  * Reconnect to the given connection.
  *
  * @param string $name
  * @return object 
  * @static 
  */
 public static function reconnect($name = null)
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     return \Websight\L5GoogleClient\GoogleClientManager::reconnect($name);
 }