public async Task <bool> EditText(int documentID, string text) { return(await documentsRepository.EditText(documentID, text)); }