export const enum PollingSpeed {
    Low = 1000,
    High = 100
}
