public AAggregators GetAggregators(int readerId) { return(Aggregators.FirstOrDefault(x => Rules.Where(y => y.Value.Contains(readerId)).Any(z => z.Value.Contains(x.Id)))); }