using System.Collections.Generic; using System.Threading.Tasks; namespace DysonNetwork.Common.Services; public interface IFlushHandler { Task FlushAsync(IReadOnlyList items); }