in robotlegs can a Timer be inside a model or should it be encpsulated in a service.
Example: lets say i'm implementing a digital clock in robot legs. Should the Timer that updates the clock be a part of the ClockModel, or should it be in a TimerService the creates a command which updates the ClockModel?