if(consentResult.isPresent()) {
                flowable = Optional.of(consentResult.get().getLeft());
                failReason = Optional.of(consentResult.get().getRight());
            }