public PersistedVersions(HubAppApi hubApi, AppKey appKey, string path) { this.hubApi = hubApi; this.appKey = appKey; this.path = path; }
public HubAppSetup(HubAppApi hubApi, AppApiFactory apiFactory) { this.hubApi = hubApi; this.apiFactory = apiFactory; }