public function initialize(ContextInterface $context)
 {
     $context->setApp($this->app);
     $context->setConfigManager($this->configManager);
     $context->setCacheManager($this->cacheManager);
     $context->setFixtureFactory($this->factory);
     $context->setSessionService($this->session);
 }