private void RunFakeForm() { _notifFakeForm = new NotificationFakeForm(); Application.Run(_notifFakeForm); }