using System; using System.Diagnostics; namespace ScreenConnect; [Conditional("DEBUG")] public class TakesLockAttribute : Attribute { }