public function testGetBestBlockHash()
 {
     $info = json_decode($this->api->getBestBlockHash(), true);
     $this->assertArrayHasKey('result', $info);
 }