public string Execute(SingleParameter args) { return("SimpleCommand"); }
public string Execute(SingleParameter args) { return "SimpleCommand"; }