namespace DDNSUpdater.Interfaces; public interface ITimerService { Task Start(); }