/// <summary> /// Initializes a new instance of the <see cref="FamilySearchPlaces"/> class. /// </summary> /// <param name="uri">The URI where the target resides.</param> /// <param name="stateFactory">The state factory to use for state instantiation.</param> private FamilySearchPlaces(Uri uri, FamilySearchStateFactory stateFactory) : this(uri, stateFactory.LoadDefaultClientInt(uri), stateFactory) { }
/// <summary> /// Initializes a new instance of the <see cref="FamilySearchCollectionState"/> class. /// </summary> /// <param name="uri">The URI where the target resides.</param> /// <param name="stateFactory">The state factory to use for state instantiation.</param> private FamilySearchCollectionState(Uri uri, FamilySearchStateFactory stateFactory) : this(uri, stateFactory.LoadDefaultClientInt(uri), stateFactory) { }