pub fn instantiate_daemon_env(
    runtime: &Arc<Runtime>,
    options: DaemonOptions
) -> Result<(Addr, Daemon)>