public InteropEngine() : base(new ProduireBinderFactory()) { _reference.Import(_dllPath); _reference.Import(this.GetType().Assembly.Location); this.Factory.Reference = _reference; LoadLibrary(); SetConstractor(); SetMessageBox(); }