public DateHistogramFacetBuilder Comparator(DateHistogramComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return this;
 }
 public DateHistogramFacetBuilder Comparator(DateHistogramComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return(this);
 }