in domain/src/main/java/demoapp/dom/domain/properties/Property/snapshot/PropertySnapshotPage.java [54:63]
public PropertySnapshotPage(
final String givenName,
final String familyName,
final String middleInitial,
final String notes) {
this.familyName = familyName;
this.givenName = givenName;
this.middleInitial = middleInitial;
this.notes = notes;
}