public NepAppMediaSleepTimer(NepAppMediaPlayerManager nepAppMediaPlayerManager)
        {
            this.nepAppMediaPlayerManager = nepAppMediaPlayerManager;

            sleepTimer.Tick += SleepTimer_Tick;
        }