public async Task <IActionResult> GetFolderStructure()
 {
     return(Ok(await _folderService.GetFolderStructure()));
 }