/** @test */
 public function it_should_return_null_finding_a_player_that_does_not_exists()
 {
     $account = AccountStub::random();
     $this->assertNull($this->repository()->search($account->owner()));
 }