public async Task <ActionResult <Ticket> > Create(Create data) { return(Ok(await _manager.Create(data))); }