/** @test */
 public function getPingResponse()
 {
     $response = $this->client->getPingResponse();
     $this->assertObjectHasAttribute('message', $response);
     $this->assertEquals('Hello world!', $response->message);
 }