Use service without constructor parameter

Dear future reader who has somehow stumbled across this thread:

This is a perfect illustration of why I recommend using interfaces instead of classes for data encapsulation, especially when attempting to animate data that has come from an external source in the form of JSON. More discussion on the topic can be found here.