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