public static void Run <T>(this IFlow <T> flow, IFormRenderer <T> renderer) => flow.Run(renderer, LambdaUtil.DoNothingAction);