using TGServiceInterface; namespace TGCommandLine { abstract class ConsoleCommand : Command { /// /// The currently in use by the /// public static IInterface Interface; } }