public function testConvertArrayToCollectionAnotherCollection()
 {
     $collection = CollectionReference::convertArrayToCollection([new CollectionReference([444])]);
     static::assertInstanceOf(CollectionReference::class, $collection->getCollection()[0]->getValue());
 }