static void Main(string[] args) { var service = new DarkSkyService("YOUR API KEY"); var response = service.Download(37.8267, -122.423); }