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