factory ConsoleId.fromJson(Map<String, dynamic> json) { return ConsoleId( id: json['ID'] as int, name: json['Name'] as String, ); }