public function testGetMaxItemsPerPageReturnsValueOfProperty()
 {
     $this->assertAttributeSame($this->operationContext->getMaxItemsPerPage(), 'maxItemsPerPage', $this->operationContext);
 }