using System; namespace PettingZoo.Model { public interface IConnection : IDisposable { } }