namespace ManagerService.DTOs { public class PlayerMessageDTO { public bool configChanged { get; set; } public bool isDeleted { get; set; } } }