public void GetWindowsTest()
        {
            var actual = Win32ApiHelper.GetWindows()?.Any() ?? false;

            Assert.IsTrue(actual);
        }