public Scheduler(string json, string keyPrefix) { ScheduleJSON = UC.RemoveJSLineComments(json); KeyPrefix = keyPrefix; }