protected function createContext($workspaceName, array $dimensions) { $contextProperties = array('workspaceName' => $workspaceName, 'dimensions' => $dimensions, 'invisibleContentShown' => true, 'inaccessibleContentShown' => true); return $this->contextFactory->create($contextProperties); }