public function testGetSetRequestFormat()
 {
     $this->assertSame($this->httpApi, $this->httpApi->setRequestFormat('json'));
     $this->assertSame('json', $this->httpApi->getRequestFormat());
 }