public void ListFoldersTest() { var folders = _client.ListFolders(); Assert.Greater(folders.total, 0); }