public async Task <OperationResult> Read(int id)
 {
     return(await _rulesService.Read(id));
 }