var mapperConfig = new MapperConfiguration(config => { config.CreateMap<Foo, Bar>().ConvertUsing<FooToBarConverter>(); // use converter });