public Timezone(string apikey, string address) { api = apikey; GPSPos gps = new GPSPos(api); Query(gps.Locate(address)); }