public Example5(IFakeService fakeService, ISomeAnotherService someAnotherService) { _fakeService = fakeService; _someAnotherService = someAnotherService; }
public AnotherService(ISomeAnotherService service) { _service = service; }