public IActionResult Get()
 {
     return(new OkObjectResult(_eventStore.GetAll(Topic).Select(x => x.Event)));
 }