Using .net example 2.0.0 (HistoricalPricing.GetSummaries) and connecting via deployed TREP I get the following error:
"Endpoint requires an ISession that supports data requests."
I think this is because I have to specify the corect service name, like I do for streaming subscriptions.
But I cannot find a method similar to ".WithService()" that is used when getting data via Pricing.CreateStreamingPrices.