public ForecastCalculator(ReportRepository reportRepository)
 {
     _reportRepository = reportRepository;
     _random           = new Random();
 }