/** @test */
 public function it_should_return_null_finding_a_player_that_does_not_exists()
 {
     $player = PlayerStub::random();
     $this->assertNull($this->repository()->search($player->id()));
 }