05. Get a primitive property
GET http://services.odata.org/V4/TripPinService/People('russellwhyte')/FirstName
Even when fetching a primitive property, an object wrapper is returned rather than returning the raw primitive. This is to protect against a JSON vulnerability.