public async Task <Autor> Crear(Autor Autor) => await _repository.Crear(Autor);