if report_type == ReportType.TXT:
msg = "Rendering of report type txt is not supported yet."
raise NotImplementedError(msg)
if report_type == ReportType.ARCHIVE:
msg = "Rendering of report type archive is not supported yet."
raise NotImplementedError(msg)