private ExtentTest AddLog(Log evt) { _test.LogContext().Add(evt); _test.End(); _extent.AddLog(_test, evt); return(this); }