namespace LootDumpProcessor.Process; public interface IWriter { void WriteAll(Dictionary dumpData); void Write(OutputFileType type, object data); }