namespace LootDumpProcessor.Process; public interface IKeyGenerator { string Generate(); }