public bool Add([FromBody] FolderCreateRequest request)
 {
     return(_folderManager.CreateNewFolder(request));
 }