Squidex Client Library - GetAsync - Content by Version

In the GetAsync method of IContentsClient how do I query a particular version of the content ?
For example using Rest API, I can do below.

https://<SQUIDEX_URL>/api/content/<APP_NAME>/<SCHEMA_NAME>/<CONTENT_ID>/0
https://<SQUIDEX_URL>/api/content/<APP_NAME>/<SCHEMA_NAME>/<CONTENT_ID>/1

Where 0 and 1 are versions.

But I’m unable to see the corresponding equivalent in GetAsync method of the C# library.

Thanks,
Sudharsan N.

I have updated the other ticket to a feature request.

Okay. Any timelines ?