Hi,
using last version (NuGet package) I''ve found an issue when using MultiRecordEngine, that is:
with an engine created like this:
var engine = new MultiRecordEngine(typeof(Orders), typeof(Customer), typeof(SampleType));
in case of errors in the file being read, the property RecordTypeName of each error is always set with the first class in the typeof(classname) sequence used in the new statement.
With this example all the RecordTypeName properties would be set to "Orders".