public Fruit PostFruit(Fruit fruit) { _logger.LogInformation("POST Request: {@Fruit}", fruit); return(_fruitService.PostFruit(fruit.name)); }