protected bool Equals(Advert other)
 {
     return string.Equals(uuid, other.uuid);
 }
 protected bool Equals(Advert other)
 {
     return(string.Equals(uuid, other.uuid));
 }