public static Task AppendOutput(OutputChunk chunk) { if (!display.IsDefault()) { return(display.AppendOutput(chunk)); } return(Task.CompletedTask); }