using System; class Good { static string Hello(object o) { return string.Format("Hello, {0}!", o); } }