void AnnounceInsideFactory(CurseWordUttered theEvent) { }
void AnnounceInsideFactory(CurseWordUttered theEvent) { if (!ListOfCurseWordsUttered.Contains(theEvent.TheWord)) { // if this word is not in the list, add it ListOfCurseWordsUttered.Add(theEvent.TheWord); } }