public static string GetString <TEnum>(this TEnum value) where TEnum : struct { return(EnumMapper <TEnum> .GetString(value)); }