public async Task AddCompatibilityRule([FromBody] Rule rule) { await _componentService.AddRule(rule); }