namespace ChunkyImageLib.Operations; internal record class ClearOperation : IOperation { public void Dispose() { } }