namespace ModernKeePass.Application.Common.Interfaces { public interface INotificationService { void Show(string title, string text); } }