public int CreateContextSeparator(string text)
 {
     return(ComObject.CreateContextSeparator(text));
 }