It's been recommended to reuse the full framework's HttpClientHandler across multiple requests instead of disposing it every time (because disposing it means the performance hit of closing and re-opening the underlying connection). Does this advice stands true for the brand new world of CurlHandler and WinHttpHandler?