var session = Create(fsiExePath);
var option = session.EvalExpression(script);
An exception of type 'System.Exception' occurred in FSharp.Compiler.Service.dll but was not handled in user code
{"Evaluation failed"}
This exception message is meaningless and we need to be able to diagnose what is wrong with the script instead of receiving message "Evaluation failed"