pub async fn custom_execute<C: Contract>(
    contract: &C,
    string: &str
) -> Result<Status, DeployError>