namespace PARR.EsppScheduleSync
{
public interface IScheduleSyncher
Task StartAsync();
Task StopAsync();
}