pub fn get_native_contracts<Chain: CwEnv>(
    chain: Chain
) -> (AnsHost<Chain>, AccountFactory<Chain>, VersionControl<Chain>, ModuleFactory<Chain>)
where <Chain as TxHandler>::Response: IndexResponse,