public MongoRuleEventRepository(IMongoDatabase database) : base(database) { statisticsCollection = new MongoRuleStatisticsCollection(database); }