public static IOperation applyConvert(IOperation from, ValueType convertType) { return(new Conv(from, convertType)); }