public bool Equals(TalksViewModel other) => Talks.Equals(other.Talks);
public bool Equals(ConferenceViewModel other) => Talks.Equals(other.Talks);