public bool Post(Advertisement ad) { AdvertService ads = new AdvertService(auth, captcha); return(ads.Post(ad)); }