namespace Diligent.WebAPI.Host.DTOs.Notification { public class NotificationReadDTO { public string RoomId { get; set; } public int Count { get; set; } } }