/// <inheritdoc /> public int UnwatchWebRequests(IApp app) => WebRequestHandler.Unwatch(app.Id);
/// <inheritdoc /> public int UnwatchWebRequests(PipeLineStages stage) => WebRequestHandler.Unwatch(this, stage);
/// <inheritdoc /> public int UnwatchWebRequests() => WebRequestHandler.Unwatch(Environment.Id, App.Id);
/// <inheritdoc /> public int UnwatchWebRequests(PipeLineStages stage, Regex regex) => WebRequestHandler.Unwatch(this, stage, regex);