De C# sample code uses RestSharp but this is not ideal.
- Its a separate NuGet package, so an extra dependency
- RestShap is still maintained, but not with a lot of high activity
- Its opiniated
- Microsoft has put a lot of effort into HttpClient en HttpClientFactory so API client wrappers are not really needed anymore (I understand back in the days this was preferred, I wrote about 10 wrappers myself :S)
Can we adjust this?