namespace Umbraco.Cms.Core.Notifications;
/// <summary>
/// Used to notify that an Unattended install has completed
/// </summary>
public class UnattendedInstallNotification : INotification
{
}