privates['App\\Application\\Query\\Workflow\\ConfigurationQuery'] = new \App\Application\Query\Workflow\ConfigurationQuery(($this->privates['App\\Infrastructure\\Repository\\ConfigurationRepository'] ?? $this->load('getConfigurationRepositoryService.php')), ($this->privates['App\\Infrastructure\\Repository\\TransitionsRepository'] ?? $this->load('getTransitionsRepositoryService.php')), ($this->privates['App\\Infrastructure\\Repository\\PlacesRepository'] ?? $this->load('getPlacesRepositoryService.php')), ($this->privates['App\\Application\\Query\\Workflow\\TransitionsQuery'] ?? $this->load('getTransitionsQueryService.php')), ($this->privates['App\\Infrastructure\\Repository\\CommandRepository'] ?? $this->load('getCommandRepositoryService.php')), ($this->privates['App\\Infrastructure\\Repository\\PageRepository'] ?? $this->load('getPageRepositoryService.php')));