export enum OnLevel {
    Off = 0,
    Previous = 101
}
