namespace e_suite.Workflow.Core.Interfaces; public interface IJoin { List WaitFor { get; } }