public Advertisement Get(string url) { AdvertService ad = new AdvertService(auth); return(ad.Get(url)); }