It could be critical to log the http requests and responses from the http requests.
Current, there is hard code LogHelper.LogToFile(request.Body) in the AlgoliaHttpRequester.cs class's SendRequestAsync method and this classs is internal.
There isn't an easy way to inject in a custom logger.