T getEnum<T extends Enum>(String key, List<T> options, T defaultValue) { return getEnumOrNull(key, options) ?? defaultValue; }