func pingConn(conn api.Connection) error { version := conn.BestFacadeVersion("Pinger") return conn.APICall("Pinger", version, "", "Ping", nil, nil) }