namespace DebuggingEssentials { public enum Scope { Public = 0, Protected = 1, Private = 2 } }