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