public PrematchEventController(IPrematchEventService service)
 {
     _service = service;
 }
 public PrematchEventController(IPrematchEventService service)
 {
     _service = service;
 }