public static void MapFromIntOptionLabel <TSource, TDestination, TMember>(
     this IMemberConfigurationExpression <TSource, TDestination, TMember> config,
     string fieldId,
     CultureInfo culture)
     where TSource : ODataProductModel
 {
     config.MapFromIntOptionLabel(fieldId, culture.ToString());
 }