I need to unit test an IHttpClientFactory call with the GetAsync call. However I can\'t work out how I can mock the repo, unless I put the actual Url. Here is my code
<