public override IAggregateFluent <AggregateCountResult> Count()
 {
     return(WithPipeline(_pipeline.Count()));
 }