namespace cuqmbr.TravelGuide.Application.Common.Interfaces.Services; public interface TimeZoneService { public TimeZoneInfo TimeZone { get; } }