using System; using System.Collections.Specialized; namespace Quartz.AspNetCore { public class QuartzOptions { public NameValueCollection Properties { get; set; } } }