public async Task <object> Exist(string value, int?id = null) { var ext = await _servicioService.Exists(value, Usuario.IdEmpresa, id); return(Ok(new { valid = !ext })); }