I have an enum such as this:
enum ValidationMatchingStrategy { case contains(pattern: String, error: String? = nil) case doesNotContain(pattern: Stri