namespace BotSharp.Abstraction.Crontab; public interface ICrontabService { Task> GetCrontable(); Task ScheduledTimeArrived(CrontabItem item); }