namespace Diligent.WebAPI.Host.DTOs.Chat { public class LeaveChatRoomDTO { public string ConnId { get; set; } } }