public Good GetById(int id) { _logger.LogInformation("Call Get by id good method"); { var serviceCallResult = _goodsManager.GetGood(id); return(serviceCallResult); } }