Since Ember v4.1.0, it's possible to use the service export coming from @ember/service.
This feature was suggested in RFC 752 and implemented in PR 19776.
This means that, at some point, we can deprecate inject in favor of service as having two things to accomplish the same thing is redundant. This issue serves as a reminder to implement that deprecation.