pub fn store_old_contract_info<T: Config, OldCurrency>(
    account: T::AccountId,
    info: ContractInfo<T>
)where
    OldCurrency: ReservableCurrency<<T as Config>::AccountId> + 'static,