pub async fn get_fund_by_id(
    id: i32,
    context: SharedContext
) -> Result<Fund, HandleError>