public enum SilentSwitchBehaviour : String {
    case auto
    case ignore
    case obey
}
