public EnumFlagsAttribute(string enumTypeName) { EnumType = TypeUtility.FindType(t => t.Is <Enum>() && t.Name.EndsWith(enumTypeName)); }