public Task <IEnumerable <CommentAggregate> > GetAggregatesAsync(CommentFilter commentFilter)
 {
     return(Task.Run(() => CommentAggregates.AsEnumerable()));
 }