static void HandleOtherSimpleEvent(OtherSimpleEvent e) { Console.WriteLine( string.Format("This bus says '{0}' with an ID of '{1}'", e.Title, e.Id) ); }