public QueryStatisticsDatumVisitor()
 {
     this.queryMetricsList      = new();
     this.badRequestMetricsList = new();
     this.queryMetrics          = new();
 }
 public void PopulateMetrics()
 {
     this.queryMetricsList.Add(this.queryMetrics);
     this.queryMetrics = new();
 }