public List <InventoryFolderBase> GetInventorySkeleton(UUID userId)
 {
     return(m_RemoteConnector.GetInventorySkeleton(userId));
 }