public async Task <ActionResponse <PrinterDto> > Insert([FromBody] PrinterDto entityDto)
 {
     return(await printerService.Insert(entityDto));
 }