public Task Handle(CostCreated evnt)
 {
     return(_elasticSearchService.CreateCostSearchItem(evnt));
 }