protected bool Equals(Saying other) { return(PersonId.Equals(other.PersonId)); }
protected bool Equals(Saying other) { return PersonId.Equals(other.PersonId); }