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