private function denormalizeConstructor($value, FixtureInterface $scope, FlagParserInterface $parser) : MethodCallInterface
 {
     return false === $value ? new NoMethodCall() : $this->constructorDenormalizer->denormalize($scope, $parser, $value);
 }