public ActionResult Get(string url) { return(Execute(((args) => _executor.ExecuteGet(url, args)))); }