function it_handles_static_constructors()
 {
     $player = new ReflectionBased();
     $product = $player->replay(new \ArrayIterator([new Generic('HasBeenStaticallyConstructed', ['test'])]), Product::class);
     expect($product)->toBeLike(Product::fromString('test'));
 }