public void Save(TextWriter writer) { var type = GetType(); writer.Write("This is a {0}. ", type.Name); Format.Draw(writer); }