This currently calls getService() every time, which is a Map lookup. We can improve this by storing the Service in a member.
This currently calls getService() every time, which is a Map lookup. We can improve this by storing the Service in a member.