public static void CreateShortcut() { #if Windows Win.CreateShortcut(); #elif Linux Linux.CreateShortcut(); #elif OSX PingLogger.Views.MessageBox.ShowAsError("Error", "This option is not avaiable on MacOS"); #endif }