namespace Core.DI; public interface IOnUpdate { bool OnUpdate(long timeSinceLastRun); string GetRoute(); }