public bool SelectListObjectValues(List <int> indecs, bool toggleMode = true)
 {
     try
     {
         return(GenericObject.SelectListObjectValuesAsync("/qListObjectDef", indecs, toggleMode).Result);
     }
     catch (Exception ex)
     {
         logger.Error(ex, $"The method \"{nameof(SelectListObjectValues)}\" was failed.");
         return(false);
     }
 }