namespace LootDumpProcessor.Process;

public interface IPipeline
{
    void DoProcess();
}