namespace NzbDrone.Host { public enum ApplicationModes { Interactive, Help, InstallService, UninstallService, Service, } }