partial class Program { static bool NameLongerThanFour(string name) { return name.Length > 4; } }