public IEnumerable <string> ProcessNames(IEnumerable <string> names) { return(greetingStrategy.Execute(names)); }