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