public function testGetTorrentData()
 {
     $torrentList = $this->client->getTorrentData([1, 2]);
     $this->assertEquals($this->expectedTorrentList, $torrentList);
 }