/// <inheritdoc /> protected override TEnum GetValue(object value) { return(EnumInfo <TEnum, TNumeric, TNumericProvider> .ToEnum((TNumeric)value)); }