pub fn validators_sort_by_tsid(
    tsid: Tsid,
    count: usize,
    validators: Vec<(Vec<u8>, String)>
) -> Vec<(Vec<u8>, String)>