public IActionResult Get() { var videoGameDtos = videoGameService.GetVideoGames(); return(Ok(videoGameDtos)); }