public Task Handle(VendorUpserted vendorUpdated)
 {
     return(_elasticSearchService.UpdateVendor(vendorUpdated.AggregateId));
 }