// update to use common interface
 public void PrintHelloTo(IAppender appender)
 {
     appender.AppendLine(MESSAGE);
 }