/// <summary>
 /// Added to provide derived classes with the ability to send event notifications.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="eventArgs"></param>
 protected internal void SafeInvokeSessionClosed(Object sender, EventArgs eventArgs)
 {
     SessionClosed.SafeInvoke(sender, eventArgs);
 }