public void DiscoveryTest() { var discovered = Xbox.Discover(10, AssemblyGlobals.Logger); if (discovered.Count == 0) { Assert.Inconclusive(); } }