protected string Delimit(ISyntaxProvider syntax, string name)
 {
     return(syntax.FormatByDelimiter(name));
 }