public void Fail(Exception ex, bool reportError, string entry, string fileName) { this.Fail(ex); LogsManager.InsertEntry(entry, ex, fileName); }