using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.PPC.Common.Console { /// /// Represents a command prompt console service which listens for incoming console requests. /// public interface IConsoleEngineService : IPPCService { } }