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