Changes the active preset to a new value.
@override Future<void> select(int id) async { await selectedPresetRepository.selectPreset(id); }