public static async Task <IPlaceTrends> GetTrendsAt(long woeid) { return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeid))); }
public static async Task <IPlaceTrends> GetTrendsAt(IWoeIdLocation woeIdLocation) { return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeIdLocation))); }