A service is needed to hold the currently static methods used by the CheckUser API so that they can be more easily re-used and use dependency injection.
Acceptance criteria
- Create the CheckUserLookupUtils service, making sure that the code is well tested
- Deprecate the methods in AbstractCheckUserPager with replacements in the new service and replace the implementations with a call to the new service