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