namespace Sphagnum.Server.Cluster.Contracts { public interface IDistributor { ValueTask DistributeData(ReadOnlySpan data); } }