public function testSetCompressedSize()
 {
     $this->response->setCompressedSize(123);
     $this->assertEquals(123, $this->response->getCompressedSize());
 }