constructor(
private readonly _db: ISessionDatabase,
@IFileService private readonly _fileService: IFileService,
@ILogService private readonly _logService: ILogService,
@IDiffComputeService private readonly _diffComputeService: IDiffComputeService,
@IEditSurvivalReporterFactory private readonly _editSurvivalReporterFactory: IEditSurvivalReporterFactory,
) { }
/**