using System; public static class Html { public static Action Write(object o) { return new Action(w => w.Write(o)); } }