public static async Task <TimeZoneResponse> GetAsync(this TimeZone request)
 => await request.GetAsync <TimeZoneResponse>(request.ToString());