public List <Directory> GetLibrarySections() { MediaContainer m = new MediaContainer(user, this, "/library/sections"); return(m.directories); }