public virtual void GetCompletionStartingWith(string prefix, List <string> results) { Parent.GetCompletionStartingWith(prefix, results); }