using System; namespace Erp.Notifications; public class NotificationRequestDto { public Guid Id { get; set; } public string Message { get; set; } }