public string ExecuteCommand(ICommandLine commandLine, IEnumerable <string> parameters)
 {
     return(commandLine.ExecuteCommand(_remoteClient, parameters));
 }