public int AddGetWebRequest(string webUrl, float timeOut, Action <bool, string, byte[]> callAction) { return(webManager.AddGetWebRequest(webUrl, timeOut, callAction)); }