public static void On(this OSSystem thisValue, Action onWindows, Action onLinux, Action onMacOS) => thisValue.OnWindows(onWindows).OnLinux(onLinux).OnMacOS(onMacOS);