Inheritance: implements Nelmio\Alice\Generator\Instantiator\ChainableInstantiatorInterface, use trait Nelmio\Alice\IsAServiceTrait
 /**
  * @inheritdoc
  */
 public function canInstantiate(FixtureInterface $fixture) : bool
 {
     return $this->instantiator->canInstantiate($fixture);
 }