using TGS.Interface; namespace TGS.CommandLine { abstract class ConsoleCommand : Command { /// /// The currently in use by the /// public static IServerInterface Interface; } }