LevelControlInterface: {
    components: [{
        flags: {};
        methods: LevelControlInterface.Base;
    }, {
        flags: {
            frequency: true;
        };
        methods: LevelControlInterface.Frequency;
    }];
}