Something like this in Versions class: ``` public static bool IsListed(Version version) { return !_unlisted.Contains(version); } ``` See if this is an extension method or not. (probably not).
Something like this in Versions class:
See if this is an extension method or not. (probably not).