namespace NResUI.Abstractions { public interface IExitReceiver { void OnExit(); } }