using System.Net.Sockets; namespace WinPC.Engine.Abstract.Core { public interface ICommand { void Execute(); } }