public function createContext(string $contextType, array $options = []) : DataSetContextInterface
 {
     return $this->contextFactory->create($contextType, $options);
 }
 /**
  * {@inheritdoc}
  */
 public function createContext($contextType, array $options = [])
 {
     return $this->contextFactory->create($contextType, $options);
 }