namespace PyroFetes.DTO.Communication.Request; public class GetCommunicationRequest { public int Id { get; set; } }