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