private static bool IsSequentialBuilder(WorkflowBuilder <T> builder) { return(null == builder || (typeof(SequentialBuilder <T>) == builder.GetType())); }