pub async fn execute_contract(
    settings: &WorkspaceSettings,
    contract: &impl Contract
) -> Result<()>