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