public bool Equals(UserInvitationData other) => UserRegistrationInfo.Equals(other.UserRegistrationInfo) && ChildAgencyRegistrationInfo.Equals(other.ChildAgencyRegistrationInfo) && RoleIds.Equals(other.RoleIds);
public bool Equals(CreateChildAgencyInvitationRequest other) => UserRegistrationInfo.Equals(other.UserRegistrationInfo) && ChildAgencyRegistrationInfo.Equals(other.ChildAgencyRegistrationInfo);