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