/**
  * Data provider factory.
  *
  * @return DataProviderInterface
  *   The data provider for this resource.
  *
  * @throws NotImplementedException
  */
 public function dataProviderFactory()
 {
     return $this->subject->dataProviderFactory();
 }