namespace Qrakhen.Qamp.Core.Collections.Abstractions; public interface IConsumable { void Consume(T expected, string? message = null); }