export interface RoundOrderStrategy {
    nextRound(): void
}