namespace LootDumpProcessor.Storage;

public interface IKeyable
{
    IKey GetKey();
}