Dotnet

await repository.GetResponseStringAsync(
new Uri(repository.Server.Url + "/OData.svc/Root/Content/('Cars')/Description/$value"),
HttpMethod.Get,
postData: null,
additionalHeaders: null,
cancel);