string ExpandPath(string path)
 {
     return(context.ExpandTemplateVariables(path));
 }