public IndentationHandle(
            Logger logger)
        {
            this.logger = logger;

            logger.IncreaseIndentation();
        }