public Entities.DbTimeZone GetTimeZoneWithIanaId(string ianaId)
 {
     return(_timeZoneRepository.GetByIanaId(ianaId));
 }