protected virtual void Dispose(bool disposing) { if (disposing) { _helloController?.Dispose(); _httpMessageHandler?.Dispose(); } }