public function testGetUserRepository()
 {
     $this->assertInstanceOf(Collection::class, $this->service->getUsers());
 }