I have many services in my project, and trying to use Scrutor for automatic DI instead registering each service manually on startup.cs
BarService.cs<