namespace WingsEmu.Plugins.DistributedGameEvents { public abstract class SchedulableConfiguration { public string CronExpression { get; set; } } }