public void SaySomething(EventPublisher sender, StringEventArgs args)
 {
     Console.WriteLine("I'm wondering what will happen.");
 }