private static Cashbox Convert(CashboxDto dto) { return(Cashbox.CreateNew(dto.DeviceId, dto.Rnm, dto.Zn, dto.Fn, dto.Fdn, dto.Fpd)); }