/// <summary>
 /// Return a string representation of this object.
 /// </summary>
 public override String ToString()
 {
     return(_SessionId.ToString());
 }