private void setupLastServiceView(
     ChildSmartRegisterClient client, NativeChildSmartRegisterViewHolder viewHolder) {
   ServiceProvidedDTO lastService = client.lastServiceProvided();
   viewHolder.lastServiceDateView().setText(lastService.date());
   viewHolder.lastServiceNameView().setText(lastService.type().displayName());
 }