/**
  * @depends testPing
  */
 public function testValidListResults()
 {
     $listResults = $this->bolApi->listResults('toplist_default', '10462');
     $this->assertTrue($listResults instanceof \BolOpenApi\Response\ListResultsResponse);
 }