Future<void> removeSensitiveRule(String ruleName) async { return await _cosApi.removeSensitiveRule(ruleName); }