using Ghost.Engine.Models; namespace Ghost.Engine; internal static class ActivationHandler { public static void Handle(LaunchArgument args) { } }