Constructs the Config factory.
\Drupal\Core\Config\StorageInterface: The configuration storage engine.
\Drupal\Core\Config\Context\ContextInterface: Configuration context object.
public function __construct(StorageInterface $storage, ContextInterface $context) {
$this->storage = $storage;
$this
->enterContext($context);
}