using System; class Good { string GenerateEmptyClass(string c) { return string.Format("class {0} {{ }}"); } }