pub type ActionDtoWrapperNewLayer = ActionDtoWrapper<LayerDto>;
pub struct ActionDtoWrapperNewLayer { pub action_id: Uuid, pub dto: LayerDto, }
action_id: Uuid
dto: LayerDto