public FileNode GetDirectoryContents(string token, string spaceID, string dir)
 {
     return(_service.getDirectoryContents(token, spaceID, dir));
 }