public IActionResult Get(int id) { var videoGameDtos = videoGameService.GetVideoGame(id); return(Ok(videoGameDtos)); }