I showed that Restsharp moved to a HttpClient in the version 107.
But I think that is not well integrated with Httpclientfactory, because you need to pass the HttpClient in the constructor thus creating a RestSharpClient every time, see this video from Nick Chapsas as a source of information.
The recommended way to use Restsharp is via singleton but as you can see in previous video it has known DNS problems