public async Task <OperationDataResult <List <FolderDtoModel> > > List() { return(await _foldersService.List()); }