public static GeoRegions GetRegions(this IWebsitesServiceManagement proxy, bool listOnlyOnline) { return(proxy.EndGetRegions(proxy.BeginGetRegions(listOnlyOnline, null, null))); }