namespace LiveGameFeed.Core.MvcTimer { public class TimerServiceConfiguration { public int DueTime { get; set; } public int Period { get; set; } } }