public function testGetRoot()
 {
     $response = $this->client->getRoot();
     $root = $response->getBody();
     $this->assertArrayHasKey('data', $root);
     $this->assertArrayHasKey('management', $root);
 }