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