}
else if (OSDetector.isWindows()) {
_nativityControl = new WindowsNativityControlImpl();
}
else if (OSDetector.isLinux()) {
_nativityControl = new LinuxNativityControlImpl();
}
else {
_logger.error(
"{} is not supported", System.getProperty("os.name"));