protected void Download(string url, string fileName) { _handler.Handle(() => { _restfulClient = _restfulClient ?? new RestfulClient(); return(_restfulClient.Download(url, fileName)); }); }