/// <summary>
 /// Initializes a new instance of the <see cref="RollbarErrorDetails"/> class.
 /// </summary>
 /// <param name="error">The error.</param>
 /// <param name="description">The description.</param>
 public RollbarErrorDetails(RollbarError error, string description)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RollbarErrorDetails"/> class.
 /// </summary>
 /// <param name="error">The error.</param>
 /// <param name="description">The description.</param>
 public RollbarErrorDetails(RollbarError error, string description)
 {
     this.Error       = error;
     this.Description = description;
 }