Data services that implement *Data interfaces should include the appropriate test functions in their specs.
These go over all methods in the interface & check that they're "wired up" correctly.
See e.g. the change in ExternalSourceDataService for an issue that is easy to miss but was highlighted by these new tests