public static string GetActiveWindowTitle() { string title = NativeMethodsHelper.GetForegroundWindowTitle(); return((!string.IsNullOrEmpty(title)) ? title : null); }