static Set<String> toMapSetEnumToString<T extends Enum>(Set<T> set) => _toMapEnumToString(set).toSet();