public IActionResult Get(Guid id, String bookmark, String data) { runtime.ResumeBookmark(id, bookmark, data); return(Ok()); }