public async Task <OperationResult> Update([FromBody] NotificationRuleModel model) { return(await _rulesService.Update(model)); }