public async Task <bool> AddDocumentAsync(Document document) { return(await _repository.AddedAsync(document)); }