In an NGRX signal store,
If I need access to a service inside both the withComputed and withMethod blocks, I currently have to inject the same service in each.
Is there a way of making the service accessible to the entire signal store without having to inject the service twice?