public function testIsIncludeAllowableActionsReturnsValueOfProperty()
 {
     $this->assertAttributeSame($this->operationContext->isIncludeAllowableActions(), 'includeAllowableActions', $this->operationContext);
 }