public void Configure(ConfigSource configSource) { long timeWindow = configSource.GetInt64("timeWindow"); SetupTimer(timeWindow); }