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