pub async fn put_fund(
    fund: Fund,
    context: SharedContext
) -> Result<(), HandleError>