pub async fn get_stake_distribution_at(
    context: &Context,
    epoch: u32
) -> Result<Option<StakeDistributionDto>, Error>