/// <summary>
 /// Initializes a new instance of the <see cref="TraceTelemetry"/> class.
 /// </summary>
 public TraceTelemetry()
 {
     this.Data = new MessageData();
     this.context = new TelemetryContext(this.Data.properties, new Dictionary<string, string>());
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TraceTelemetry"/> class.
 /// </summary>
 public TraceTelemetry()
 {
     this.Data = new MessageData();
     this.context = new TelemetryContext(this.Data.properties);
 }