namespace Qrakhen.Qamp.Core.Collections.Abstractions; public interface ISteppable { bool Done { get; } T Next(); }