public IActionResult CreateRandomEncounter() { _encounterService.CreateRandomEncounter(); return(Ok()); }