public function testFindShouldReturnNullIfTheClientDoesNotExist()
 {
     $this->assertNull($this->repository->find('no'));
 }