public object OpenSharedItem(string path)
 {
     return(m_session.OpenSharedItem(path));
 }