in app/lib/ScheduledAgent.scala [30:36]
def get(): T = agent.get() def apply(): T = get() def shutdown() { agentSchedule.cancel() }