public MyAwesomeService(IAnotherAwesomeService another!!, IMapper mapper!!) { _another = another; _mapper = mapper; }