usecrate::rest::actors::actor_model::OwnedActor;/// Represents an actors with its credentials, which is the primary key for the actors.
pubstructCredentialedActor{pubprivate_key_pem: String,
pubowned_actor: OwnedActor,
pubcreating_user_acct: String,
}