static FSharpAsync<string> Get(string u) { var web = new WebClient(); return web.AsyncDownloadString(new Uri(u)); }