public async Task EditAsync(AutorEntity autorEntity) { await _autorRepository.EditAsync(autorEntity); }