/// <summary>
 /// Initializes a new instance of the <see cref="AuthenticationHeaderValueBuilder" /> class.
 /// </summary>
 public AuthenticationHeaderValueBuilder()
 {
     this.authenticatedHeaderValue = new AuthenticationHeaderValueMock();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AuthenticationHeaderValueBuilder" /> class.
 /// </summary>
 public AuthenticationHeaderValueBuilder()
 {
     this.authenticatedHeaderValue = new AuthenticationHeaderValueMock();
 }