namespace Syntriax.Engine.Network.Abstract; internal interface INetworkEntity { int NetworkId { get; set; } void SetNetworkId(int id); }