/**
  * {@inheritdoc}
  *
  * @param string $id
  */
 public function find($id)
 {
     return $this->list->get($id);
 }