namespace Luticate2.Utils.Interfaces { public interface ILuNotificationsBusiness { void Notify(string eventName, string entityType, object oldEntity, object newEntity); } }