public async Task <PagedResultDto <DocumentDto> > GetListAsync(GetDocumentsInput input) { return(await _documentAppService.GetListAsync(input)); }