protected override void OnError(CompilationError compilationError)
 {
     throw ExceptionBuilder.InternalError(compilationError.Text);
 }