fn secret_manager_serialize<S>(
    x: &Option<String>,
    s: S
) -> Result<S::Ok, S::Error> where
    S: Serializer