protected bool Equals(BasicProject other)
 {
     return(string.Equals(this.Key, other.Key) && string.Equals(this.Name, other.Name) && Equals(this.Self, other.Self));
 }
 protected bool Equals(BasicProject other)
 {
     return string.Equals(this.Key, other.Key) && string.Equals(this.Name, other.Name) && Equals(this.Self, other.Self);
 }