protected bool Equals(ContentPropertyBase other)
 {
     return Id == other.Id;
 }
 protected bool Equals(ContentPropertyBase other)
 {
     return(Id == other.Id);
 }