public IActionResult StartGame()
 {
     return(Json(Service.GeneratePath()));
 }