it('should throw if the property does not exist', async () => {
      await expect(async () =>
        Extractors.create('invalid extractor', 'invalid_property', [
          fixtureFactory.id('personTemplate').toString(),
        ])