namespace KurosWhatToPlay.Model {
internal class GameList {
long Id { get; set; }
public string Name { get; set; }
public GameList() {
}