/// <summary>
 /// Initializes a new instance of the <see cref="SonarQubeProperties"/> class.
 /// </summary>
 /// <param name="prop">
 /// The prop.
 /// </param>
 public SonarQubeProperties(SonarQubeProperties prop)
 {
     this.Key     = prop.Key;
     this.Value   = prop.Value;
     this.Context = prop.Context;
     this.Owner   = prop.Owner;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SonarQubeProperties"/> class.
 /// </summary>
 /// <param name="prop">
 /// The prop.
 /// </param>
 public SonarQubeProperties(SonarQubeProperties prop)
 {
     this.Key = prop.Key;
     this.Value = prop.Value;
     this.Context = prop.Context;
     this.Owner = prop.Owner;
 }