using System.Collections.Generic; using System.Net.Sockets; public interface BlockContainerInit { List InitBlockContainer(List sockets); }