public function deleteProps($id, $props, $isSystem = true)
    {
        if ($this->isEmptyString($id)) {
            throw new InvalidArgumentException;
        }