public void GetAsync(HttpFormGetRequest getRequest) { throw new NotImplementedException(); }
public void GetAsync(HttpFormGetRequest getRequest, Action<HttpFormResponse> onComplete, Action<Exception> onError) { throw new NotImplementedException(); }
public HttpFormResponse Get(HttpFormGetRequest getRequest) { throw new NotImplementedException(); }