public function testGetIncludeRelationshipsReturnsValueOfProperty()
 {
     $this->assertAttributeSame($this->operationContext->getIncludeRelationships(), 'includeRelationships', $this->operationContext);
 }