pub type CreateUserContextResult = UserContextInfo;
pub struct CreateUserContextResult { pub user_context: String, }
user_context: String