HttpClientFactory with ServiceStack clients

How do we get to use the new HttpClientFactory with the ServiceStack clients?

JsonHttpClient lets you inject your own HttpClient instance if you want to, but it wraps and reuses the same HttpClient instance for each request so I don’t know why you would.