When working with Angular.js, the services declared on a module are typically accessible to all other modules. However, is there a way to restrict the visibility of a service to only one specific module or a selected group of modules? I have some services that require generic names for their functionalities and I would like to prevent interference from other modules.