I am recreating an instance of HttpClient in each of my static request methods but have read that it is preferable (in most situations) to reuse an HttpClient instance.
What is the preferred/recommended way to reuse HttpClient instances in a static class?