namespace Syntriax.Engine.Network; public interface IConnection { string Id { get; } float Ping { get; } float RoundTrip { get; } }