/**
  * {@inheritdoc}
  */
 public function encode($data)
 {
     return $this->baseStorage->encode($data);
 }