using System; namespace AllocsFixes.NetConnections { public interface IConnection { } }