public static bool IsHashIntervalTick(this GasNet network, int interval)
 {
     return(network.HashOffsetTicks() % interval == 0);
 }