@NotNull
    public static List<String> verifyGetGroupPropertiesInputs(@Nullable final String fullPathToGroup) {
        final List<String> exceptionMessages = new ArrayList<>();

        if (StringUtils.isEmpty(fullPathToGroup)) {