public static TEnum?ParseEnum <TEnum>(string value) where TEnum : struct { return(EnumHelpers <TEnum> .Convert(value)); }