pub fn instantiate_custom_mock_env<S: StateInterface>(
    sender: &Addr,
    custom_state: S
) -> Result<(Rc<RefCell<S>>, Mock<S>)>