public HomeController(IFooBarService barService, IFooBar2Service bar2Service, ISomeOtherInterface someOtherInterface) { _barService = barService; _bar2Service = bar2Service; _someOtherInterface = someOtherInterface; }