public ActionResult <OverallReport> OverallReport() { var report = _builder.CreateOverallReport(); return(Accepted(report)); }