fn convert_to_snapshot_entry(
    registration: SignedRegistration,
    stakes: &DashMap<StakeKeyHash, u128>
) -> Result<SnapshotEntry>