NumberConverterInterface $numberConverter The number converter to: use when constructing the Guid
TimeConverterInterface $timeConverter The time converter to use: for converting timestamps extracted from a UUID to Unix timestamps
public function __construct(NumberConverterInterface $numberConverter, TimeConverterInterface $timeConverter) { }