public IActionResult UpdateVideoGame([FromBody] VideoGameDto videoGame) { videoGameService.UpdateVideoGames(videoGame); return(Ok()); }