/// <inheritdoc /> public async Task InitAsync(int?tenantId, string ruleName) { CurrentRuleInfo = await RuleStore.GetRuleAsync(tenantId, ruleName); }