namespace LootDumpProcessor.Model.Input;
public readonly record struct Banner(
string Id,
Pic Pic
);