it('should throw if the property is not of an allowed type', async () => {
      await expect(async () =>
        Extractors.create('invalid extractor', 'location', [
          fixtureFactory.id('personTemplate').toString(),
        ])