If you want/need to stick with the static implementation in a unit testing scenario, note that you can call AutoMapper.Mapper.Reset()
before calling initialize. Do note that this should not be used in production code as noted in the documentation.
Source: AutoMapper documentation.