namespace NResUI.Abstractions; public interface ILaunchReceiver { void OnLaunch(); }