public async Task Consume(ConsumeContext <Car> context) { await _inspectionRepository.UpdateByCar(context.Message.ID, context.Message.Description); }