DotNext by Roman Sakno

<PackageReference Include="DotNext" Version="2.2.0" />

 IFlushable

public interface IFlushable
Represents a destination of data that can be flushed
void Flush()

Flushes this stream by writing any buffered output to the underlying stream.

Flushes this stream asynchronously by writing any buffered output to the underlying stream.