private Result Total(CcTray tray, DateTime now)
 {
     var totalFailed = new Result("Total", now, this.Path);
     totalFailed.SetValue(tray.AllPipelines().Count);
     return totalFailed;
 }