pub fn variable_provider_get_variable(
    deps: Deps<'_>,
    key: impl Into<String>,
    variable_provider: &Addr
) -> StdResult<Variable>