using MediaBrowser.Model.System; namespace Emby.Server { public class PowerManagement : IPowerManagement { public void PreventSystemStandby() { } public void AllowSystemStandby() { } } }