public IHttpRequest Get(string uri) { return(_webRequestHelper?.Get(uri).SetEventCallback(OnEventCallback)); }