/**
  * @param string $type
  * @return string
  */
 public function getResourceClass($type)
 {
     return $this->resourceBuilder->getClassResolver()->getClassForType($type);
 }