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