public async Task <IActionResult> ListAllSupportedTimeZones() { return(Ok(CultureInfoHelper.ListAllSupportedTimeZones())); }