Fix: 'MapperConfiguration' does not contain a constructor that takes 1 arguments
AutoMapper 15 removed the single-argument MapperConfiguration constructor. Pass an ILoggerFactory as the second argument, and add a config action to every AddAutoMapper call.