public function __construct()
 {
     parent::__construct(ThumbRequest::class);
 }
 /** @test */
 public function shouldGetCollectionObjectType()
 {
     $this->assertSame($this->collectionObjectType, $this->collection->getObjectType());
 }