public async Task <IEnumerable <Folder> > GetTopFolders() { return(await _folderRepository.ReadTopFolders()); }