Handle OData Version

Hi,

 Unable to handle api versioning in odata connection, Blazor server-side.

 In the ide it maps to the entities ok (without version parameter) 

 When executed app is unable to query, the connector shows an exception asking for the explicit version.

 I have tried adding a version of api endpoint to the datasource but this also does not work.

Any suggestions, please?

[ApiVersionNeutral]

I used on the odatacontrollers to get around this for now.