As a user who already has a Wikibase containing properties, when I enable federated properties I want to see responses from both my local and the remote repository at the same time in the wbgetentities API.
This would mean with one local and one remote entity ID as an input to wbgetentities, the response would contain entity data from each of these entities.
We would limit this to properties with no claims, and only using standard content languages.
**BDD**
Scenario: Federated Property that does not include any claims
`Given` I have enabled federated properties in a Wikibase containing local properties
`When` I call wbgetentities with a federated property entity ID
`Then` I see the federated property data
Scenario: Local Property
`Given` I have enabled federated properties in a Wikibase containing local properties
`When` I call wbgetentities with a local entity ID
`Then` I see the local entity data
Scenario: Local & Federated Property (neither containing any claims)
`Given` I have enabled federated properties in a Wikibase containing local properties
`When` I call wbgetentities with a local entity ID AND a federated entity ID
`Then` I see both the local entity data and the federated entity data