namespace Qrakhen.Qamp.Core.Compilation.Builders; public interface IBuilder { public TOut Build(); }