protected override string CreateTechnicalReport(TechnicalReport technicalReport)
        {
            _formatter.CreateTechnicalReport();
            CreateBase(technicalReport);

            return(_formatter.GetRow());
        }