private static string CreateEscapedIdentifier(Parameter p)
 {
     return(CodeDom.CreateEscapedIdentifier(p.Name));
 }