Deletes the preset with id; returns true if removed.
id
@override Future<bool> delete(PresetId id) async => _presets.remove(id.value) != null;