ConsoleCommandService

@Autowired
constructor(commandParser: ConsoleCommandParser, currencyCommandService: CurrencyCommandService, portfolioCommandService: PortfolioCommandService, commandExecutors: List<ConsoleCommandExecutor>, commandExecutionEntityService: ConsoleCommandExecutionEntityService, authContextService: AuthContextService)