pub fn entry_creation_zomes_to_invoke(
    action: &EntryCreationAction,
    ribosome: &impl RibosomeT
) -> Result<ZomesToInvoke, OutcomeOrError<Outcome, AppValidationError>>