NUnitMocking HttpClient for unit testingIntroduction HttpClient is an easy way provided by dotnet to send http requests. But the problem is that it doesn’t implement an interface…