I am probably doing it wrong. But when I derive my class from a
SpecificEventDoer class, none of the SpecificCommandDoer inherited in
the same class works anymore. I guess the DoEvent in my class causes it.
Does it mean I have to do the dispatch work if I am to use
SpecificEventDoer?