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