async function purgeAggregateStates() {
  logger.debug('Purging device feature aggregate states...');
  const deviceAggregateStateHistoryInDays = await this.variable.getValue(
    SYSTEM_VARIABLE_NAMES.DEVICE_AGGREGATE_STATE_HISTORY_IN_DAYS,
  );