/// <summary> /// Dispatches the <see cref="TestStepLogStreamBeginMarkerBlock" /> event. /// </summary> /// <param name="e">The event arguments.</param> public void NotifyTestStepLogStreamBeginMarkerBlock(TestStepLogStreamBeginMarkerBlockEventArgs e) { EventHandlerPolicy.SafeInvoke(TestStepLogStreamBeginMarkerBlock, this, e); }