pub fn entry_creation_zomes_to_invoke(
    header: &EntryCreationHeader,
    dna_def: &DnaDef
) -> Result<ZomesToInvoke, OutcomeOrError<Outcome, AppValidationError>>