public override string Run(string command) { CommandProcessor cmd = CommandProcessor.GetInstance; return(cmd.Execute(command, this)); }