using System; namespace Tede.Data.Tests.Utils { public static class TestEnv { public static bool IsTestMachine => Environment.MachineName == "DESKTOP-7S7SBTS"; } }