public int IgnoreWebRequest(string path) => WebRequestHandler.Ignore(this, PathToRegex(path));
public int IgnoreWebRequest(Regex regex) => WebRequestHandler.Ignore(this, regex);