public string GetAdjustmentRule(string timezoneCode)
        {
            TimezoneHelper timezoneHelper = GetTimezoneHelper();

            return(timezoneHelper.GetAdjustmentRule(timezoneCode));
        }
        public string GetContactCurrentTime(string contactId)
        {
            TimezoneHelper timezoneHelper = GetTimezoneHelper();

            return(timezoneHelper.GetContactCurrentTime(new Guid(contactId)));
        }