public Task Handle(Event <AuctionEndEventData> e) { _bidService.FinaliseAuction(e.Data.ItemId); return(Task.FromResult(0)); }