/// <inheritdoc />
        public virtual TQuery ClearRestrictions()
        {
            Criterions.Clear();

            return(Query);
        }