public async Task <IActionResult> GetUserRootFolder() { return(this.Ok(await _foldersService.GetUserRootFolder(this.CurrentUserId.Value))); }