@Inject
    public BakeryProvider(TokenPolicy tokenPolicy, IRootKeyStore store, IThirdPartyKeyStore thirdPartyKeyStore, @PublicURL String publicURI, BakeryKeyPair keyPair) {
        this.tokenPolicy = tokenPolicy;
        this.store = store;
        this.thirdPartyKeyStore = thirdPartyKeyStore;