public EntityMapperTest() { _fixture = new Fixture(); _entityMapper = EntityMapper.Build(_ => { _.Assembly(Assembly.GetExecutingAssembly()); }); }