using System.Runtime.InteropServices; namespace RdtClient.Service.Test.Helpers; public static class OSHelper { public static Boolean IsWindows => RuntimeInformation.IsOSPlatform(OSPlatform.Windows); }