/**
  * @return RepositoryInterface
  */
 public function getRepository()
 {
     return $this->get($this->config->getServiceName('repository'));
 }