pub fn send_with_context<T>(
    meta_key: &str,
    bo: &T,
    context: &HashMap<String, String>
) -> Result<u64>where
    T: Serialize,