Entity URL segment is generated as `EntityNameSet(BASE64)` though the server expects `EntityNameSet(binary'BASE16')`. Reproducer: ```python items = entity_sets.EntityNameSet.get_entities().select('Guid').top(1).execute() print(items[0].Description) ``` Debug output [here](https://gist.githubusercontent.com/inxonic/5896e347ae68da01ab84eea734d79293/raw/6da181dcfdf76fa2fdbe9e459021a6416e503452/pyodata.debug.log).